#2BB042

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

Shades of Chateau Green #2BB042

Tints of Chateau Green #2BB042

Color information

#2BB042 (or 0x2BB042) is unknown color: approx Chateau Green. HEX triplet: 2B, B0 and 42. RGB value is (43,176,66). Sum of RGB (Red+Green+Blue) = 43+176+66=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB042 is #D44FBD. Grayscale: #7C7C7C. Windows color (decimal): -13914046 or 4370475. OLE color: 4370475.

HSL color Cylindrical-coordinate representation of color #2BB042: hue angle of 130.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB042 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB4317666-
CMYK0.7600.620.31
HSL130.38º60.73%42.94%-
HSV(B)130.38º75.57%69.02%-
XYZ17.531.9610.4-
YUV123.6995.4470.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 176 (69.14% from 255) = 61.75%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=15.09%
G=61.75%
B=23.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43176660.7600.620.31130.3860.7342.94
Hex2BB0424C03E1F823d2b
Octal53260102114076372027553
Binary101011101100001000010100110001111101111110000010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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