#2BBB50

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

Shades of Chateau Green #2BBB50

Tints of Chateau Green #2BBB50

Color information

#2BBB50 (or 0x2BBB50) is unknown color: approx Chateau Green. HEX triplet: 2B, BB and 50. RGB value is (43,187,80). Sum of RGB (Red+Green+Blue) = 43+187+80=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB50 is #D444AF. Grayscale: #848484. Windows color (decimal): -13911216 or 5290795. OLE color: 5290795.

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

Color convert

RGB4318780-
CMYK0.7700.570.27
HSL135.42º62.61%45.1%-
HSV(B)135.42º77.01%73.33%-
XYZ20.2136.6313.59-
YUV131.7598.7964.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.87%
GREEN value IS 187 (73.44% from 255) = 60.32%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=13.87%
G=60.32%
B=25.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43187800.7700.570.27135.4262.6145.1
Hex2BBB504D0391B873f2d
Octal53273120115071332077755
Binary101011101110111010000100110101110011101110000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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