#2D9E4C

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

Shades of Chateau Green #2D9E4C

Tints of Chateau Green #2D9E4C

Color information

#2D9E4C (or 0x2D9E4C) is unknown color: approx Chateau Green. HEX triplet: 2D, 9E and 4C. RGB value is (45,158,76). Sum of RGB (Red+Green+Blue) = 45+158+76=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9E4C is #D261B3. Grayscale: #737373. Windows color (decimal): -13787572 or 5021229. OLE color: 5021229.

HSL color Cylindrical-coordinate representation of color #2D9E4C: hue angle of 136.46º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E4C is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB4515876-
CMYK0.7200.520.38
HSL136.46º55.67%39.8%-
HSV(B)136.46º71.52%61.96%-
XYZ14.6125.5311-
YUV114.86106.0678.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.13%
GREEN value IS 158 (62.11% from 255) = 56.63%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=16.13%
G=56.63%
B=27.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45158760.7200.520.38136.4655.6739.8
Hex2D9E4C4803426883828
Octal55236114110064462107050
Binary1011011001111010011001001000011010010011010001000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,76); }

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

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

 a { background-color: rgb(45,158,76); }

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

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

 span { border-color: rgb(45,158,76); }

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