#2DA24B

Color #2DA24B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2DA24B

Tints of Chateau Green #2DA24B

Color information

#2DA24B (or 0x2DA24B) is unknown color: approx Chateau Green. HEX triplet: 2D, A2 and 4B. RGB value is (45,162,75). Sum of RGB (Red+Green+Blue) = 45+162+75=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA24B is #D25DB4. Grayscale: #757575. Windows color (decimal): -13786549 or 4956717. OLE color: 4956717.

HSL color Cylindrical-coordinate representation of color #2DA24B: hue angle of 135.38º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA24B is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB4516275-
CMYK0.7200.540.36
HSL135.38º56.52%40.59%-
HSV(B)135.38º72.22%63.53%-
XYZ15.2726.9111.05-
YUV117.1104.2476.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=15.96%
G=57.45%
B=26.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162750.7200.540.36135.3856.5240.59
Hex2DA24B4803624873929
Octal55242113110066442077151
Binary1011011010001010010111001000011011010010010000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DA24B; }

 p { color: rgb(45,162,75); }

 H1.HeaderClassName
 {
   color: #2DA24B;
 }
 .AnyTagClassName
 {
   color: #2DA24B;
 }
</style>
background-color css

<style>
 a { background-color: #2DA24B; }

 a { background-color: rgb(45,162,75); }

 div.DivClassName
 {
   background-color: #2DA24B;
 }
 .BgClassName
 {
   background-color: #2DA24B;
 }
</style>
border-color css

<style>
 span { border-color: #2DA24B; }

 span { border-color: rgb(45,162,75); }

 td.TdClassName
 {
   border-color: #2DA24B;
 }
 .TagClassName
 {
   border-color: #2DA24B;
 }
</style>