#2D9C3F

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

Shades of Chateau Green #2D9C3F

Tints of Chateau Green #2D9C3F

Color information

#2D9C3F (or 0x2D9C3F) is unknown color: approx Chateau Green. HEX triplet: 2D, 9C and 3F. RGB value is (45,156,63). Sum of RGB (Red+Green+Blue) = 45+156+63=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 156 (61.33% from 255 or 59.09% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9C3F is #D263C0. Grayscale: #707070. Windows color (decimal): -13788097 or 4168749. OLE color: 4168749.

HSL color Cylindrical-coordinate representation of color #2D9C3F: hue angle of 129.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9C3F is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB4515663-
CMYK0.7100.600.39
HSL129.73º55.22%39.41%-
HSV(B)129.73º71.15%61.18%-
XYZ13.8724.698.74-
YUV112.21100.2380.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 156 (61.33% from 255) = 59.09%
BLUE value IS 63 (25% from 255) = 23.86%
R=17.05%
G=59.09%
B=23.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45156630.7100.600.39129.7355.2239.41
Hex2D9C3F4703C27823727
Octal5523477107074472026747
Binary101101100111001111111000111011110010011110000010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,156,63); }

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

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

 a { background-color: rgb(45,156,63); }

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

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

 span { border-color: rgb(45,156,63); }

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