#2BBB52

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

Shades of Chateau Green #2BBB52

Tints of Chateau Green #2BBB52

Color information

#2BBB52 (or 0x2BBB52) is unknown color: approx Chateau Green. HEX triplet: 2B, BB and 52. RGB value is (43,187,82). Sum of RGB (Red+Green+Blue) = 43+187+82=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB52 is #D444AD. Grayscale: #848484. Windows color (decimal): -13911214 or 5421867. OLE color: 5421867.

HSL color Cylindrical-coordinate representation of color #2BBB52: hue angle of 136.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB52 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB4318782-
CMYK0.7700.560.27
HSL136.25º62.61%45.1%-
HSV(B)136.25º77.01%73.33%-
XYZ20.2936.6613.99-
YUV131.9799.7964.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 187 (73.44% from 255) = 59.94%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=13.78%
G=59.94%
B=26.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43187820.7700.560.27136.2562.6145.1
Hex2BBB524D0381B883f2d
Octal53273122115070332107755
Binary101011101110111010010100110101110001101110001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,187,82); }

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

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

 a { background-color: rgb(43,187,82); }

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

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

 span { border-color: rgb(43,187,82); }

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