#2BB359

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

Shades of Chateau Green #2BB359

Tints of Chateau Green #2BB359

Color information

#2BB359 (or 0x2BB359) is unknown color: approx Chateau Green. HEX triplet: 2B, B3 and 59. RGB value is (43,179,89). Sum of RGB (Red+Green+Blue) = 43+179+89=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB359 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB359 is #D44CA6. Grayscale: #808080. Windows color (decimal): -13913255 or 5878571. OLE color: 5878571.

HSL color Cylindrical-coordinate representation of color #2BB359: hue angle of 140.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB359 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB4317989-
CMYK0.7600.500.30
HSL140.29º61.26%43.53%-
HSV(B)140.29º75.98%70.2%-
XYZ18.9233.4814.92-
YUV128.08105.9467.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 179 (70.31% from 255) = 57.56%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=13.83%
G=57.56%
B=28.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179890.7600.500.30140.2961.2643.53
Hex2BB3594C0321E8c3d2c
Octal53263131114062362147554
Binary101011101100111011001100110001100101111010001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,89); }

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

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

 a { background-color: rgb(43,179,89); }

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

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

 span { border-color: rgb(43,179,89); }

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