#2BB850

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

Shades of Chateau Green #2BB850

Tints of Chateau Green #2BB850

Color information

#2BB850 (or 0x2BB850) is unknown color: approx Chateau Green. HEX triplet: 2B, B8 and 50. RGB value is (43,184,80). Sum of RGB (Red+Green+Blue) = 43+184+80=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB850 is #D447AF. Grayscale: #828282. Windows color (decimal): -13911984 or 5290027. OLE color: 5290027.

HSL color Cylindrical-coordinate representation of color #2BB850: hue angle of 135.74º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB850 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB4318480-
CMYK0.7700.570.28
HSL135.74º62.11%44.51%-
HSV(B)135.74º76.63%72.16%-
XYZ19.5835.3713.39-
YUV129.9899.7965.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 184 (72.27% from 255) = 59.93%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=14.01%
G=59.93%
B=26.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43184800.7700.570.28135.7462.1144.51
Hex2BB8504D0391C883e2d
Octal53270120115071342107655
Binary101011101110001010000100110101110011110010001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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