#2B9B42

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

Shades of Chateau Green #2B9B42

Tints of Chateau Green #2B9B42

Color information

#2B9B42 (or 0x2B9B42) is unknown color: approx Chateau Green. HEX triplet: 2B, 9B and 42. RGB value is (43,155,66). Sum of RGB (Red+Green+Blue) = 43+155+66=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9B42 is #D464BD. Grayscale: #6F6F6F. Windows color (decimal): -13919422 or 4365099. OLE color: 4365099.

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

Color convert

RGB4315566-
CMYK0.7200.570.39
HSL132.32º56.57%38.82%-
HSV(B)132.32º72.26%60.78%-
XYZ13.724.359.13-
YUV111.37102.3979.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 66 (26.17% from 255) = 25%
R=16.29%
G=58.71%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43155660.7200.570.39132.3256.5738.82
Hex2B9B424803927843927
Octal53233102110071472047147
Binary1010111001101110000101001000011100110011110000100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,155,66); }

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

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

 a { background-color: rgb(43,155,66); }

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

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

 span { border-color: rgb(43,155,66); }

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