#2B9C46

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

Shades of Chateau Green #2B9C46

Tints of Chateau Green #2B9C46

Color information

#2B9C46 (or 0x2B9C46) is unknown color: approx Chateau Green. HEX triplet: 2B, 9C and 46. RGB value is (43,156,70). Sum of RGB (Red+Green+Blue) = 43+156+70=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C46 is #D463B9. Grayscale: #707070. Windows color (decimal): -13919162 or 4627499. OLE color: 4627499.

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

Color convert

RGB4315670-
CMYK0.7200.550.39
HSL134.34º56.78%39.02%-
HSV(B)134.34º72.44%61.18%-
XYZ13.9924.739.83-
YUV112.41104.0678.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 156 (61.33% from 255) = 57.99%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=15.99%
G=57.99%
B=26.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43156700.7200.550.39134.3456.7839.02
Hex2B9C464803727863927
Octal53234106110067472067147
Binary1010111001110010001101001000011011110011110000110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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