#2B9C45

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

Shades of Chateau Green #2B9C45

Tints of Chateau Green #2B9C45

Color information

#2B9C45 (or 0x2B9C45) is unknown color: approx Chateau Green. HEX triplet: 2B, 9C and 45. RGB value is (43,156,69). Sum of RGB (Red+Green+Blue) = 43+156+69=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C45 is #D463BA. Grayscale: #707070. Windows color (decimal): -13919163 or 4561963. OLE color: 4561963.

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

Color convert

RGB4315669-
CMYK0.7200.560.39
HSL133.81º56.78%39.02%-
HSV(B)133.81º72.44%61.18%-
XYZ13.9624.729.67-
YUV112.29103.5678.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 156 (61.33% from 255) = 58.21%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=16.04%
G=58.21%
B=25.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43156690.7200.560.39133.8156.7839.02
Hex2B9C454803827863927
Octal53234105110070472067147
Binary1010111001110010001011001000011100010011110000110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,156,69); }

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

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

 a { background-color: rgb(43,156,69); }

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

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

 span { border-color: rgb(43,156,69); }

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