#2BB34F

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

Shades of Chateau Green #2BB34F

Tints of Chateau Green #2BB34F

Color information

#2BB34F (or 0x2BB34F) is unknown color: approx Chateau Green. HEX triplet: 2B, B3 and 4F. RGB value is (43,179,79). Sum of RGB (Red+Green+Blue) = 43+179+79=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB34F is #D44CB0. Grayscale: #7F7F7F. Windows color (decimal): -13913265 or 5223211. OLE color: 5223211.

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

Color convert

RGB4317979-
CMYK0.7600.560.30
HSL135.88º61.26%43.53%-
HSV(B)135.88º75.98%70.2%-
XYZ18.5333.3212.85-
YUV126.94100.9468.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=14.29%
G=59.47%
B=26.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179790.7600.560.30135.8861.2643.53
Hex2BB34F4C0381E883d2c
Octal53263117114070362107554
Binary101011101100111001111100110001110001111010001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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