#2BB046

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

Shades of Chateau Green #2BB046

Tints of Chateau Green #2BB046

Color information

#2BB046 (or 0x2BB046) is unknown color: approx Chateau Green. HEX triplet: 2B, B0 and 46. RGB value is (43,176,70). Sum of RGB (Red+Green+Blue) = 43+176+70=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB046 is #D44FB9. Grayscale: #7C7C7C. Windows color (decimal): -13914042 or 4632619. OLE color: 4632619.

HSL color Cylindrical-coordinate representation of color #2BB046: hue angle of 132.18º 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 #2BB046 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB4317670-
CMYK0.7600.600.31
HSL132.18º60.73%42.94%-
HSV(B)132.18º75.57%69.02%-
XYZ17.6332.0111.04-
YUV124.1597.4470.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 176 (69.14% from 255) = 60.90%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=14.88%
G=60.90%
B=24.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43176700.7600.600.31132.1860.7342.94
Hex2BB0464C03C1F843d2b
Octal53260106114074372047553
Binary101011101100001000110100110001111001111110000100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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