#2D9F4D

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

Shades of Chateau Green #2D9F4D

Tints of Chateau Green #2D9F4D

Color information

#2D9F4D (or 0x2D9F4D) is unknown color: approx Chateau Green. HEX triplet: 2D, 9F and 4D. RGB value is (45,159,77). Sum of RGB (Red+Green+Blue) = 45+159+77=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F4D is #D260B2. Grayscale: #737373. Windows color (decimal): -13787315 or 5087021. OLE color: 5087021.

HSL color Cylindrical-coordinate representation of color #2D9F4D: hue angle of 136.84º 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 #2D9F4D is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB4515977-
CMYK0.7200.520.38
HSL136.84º55.88%40%-
HSV(B)136.84º71.7%62.35%-
XYZ14.8225.8911.24-
YUV115.57106.2377.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.01%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=16.01%
G=56.58%
B=27.40%

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
Decimal45159770.7200.520.38136.8455.8840
Hex2D9F4D4803426893828
Octal55237115110064462117050
Binary1011011001111110011011001000011010010011010001001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,159,77); }

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

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

 a { background-color: rgb(45,159,77); }

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

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

 span { border-color: rgb(45,159,77); }

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