#2DAC4F

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

Shades of Chateau Green #2DAC4F

Tints of Chateau Green #2DAC4F

Color information

#2DAC4F (or 0x2DAC4F) is unknown color: approx Chateau Green. HEX triplet: 2D, AC and 4F. RGB value is (45,172,79). Sum of RGB (Red+Green+Blue) = 45+172+79=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC4F is #D253B0. Grayscale: #7B7B7B. Windows color (decimal): -13783985 or 5221421. OLE color: 5221421.

HSL color Cylindrical-coordinate representation of color #2DAC4F: hue angle of 136.06º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC4F is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB4517279-
CMYK0.7400.540.33
HSL136.06º58.53%42.55%-
HSV(B)136.06º73.84%67.45%-
XYZ17.2530.6312.4-
YUV123.42102.9272.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.20%
GREEN value IS 172 (67.58% from 255) = 58.11%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=15.20%
G=58.11%
B=26.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45172790.7400.540.33136.0658.5342.55
Hex2DAC4F4A03621883b2b
Octal55254117112066412107353
Binary1011011010110010011111001010011011010000110001000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,172,79); }

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

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

 a { background-color: rgb(45,172,79); }

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

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

 span { border-color: rgb(45,172,79); }

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