#2BAC4F

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

Shades of Chateau Green #2BAC4F

Tints of Chateau Green #2BAC4F

Color information

#2BAC4F (or 0x2BAC4F) is unknown color: approx Chateau Green. HEX triplet: 2B, AC and 4F. RGB value is (43,172,79). Sum of RGB (Red+Green+Blue) = 43+172+79=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC4F is #D453B0. Grayscale: #7B7B7B. Windows color (decimal): -13915057 or 5221419. OLE color: 5221419.

HSL color Cylindrical-coordinate representation of color #2BAC4F: hue angle of 136.74º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAC4F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB4317279-
CMYK0.7500.540.33
HSL136.74º60%42.16%-
HSV(B)136.74º75%67.45%-
XYZ17.1630.5812.4-
YUV122.83103.2671.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 172 (67.58% from 255) = 58.50%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=14.63%
G=58.50%
B=26.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43172790.7500.540.33136.746042.16
Hex2BAC4F4B03621893c2a
Octal53254117113066412117452
Binary1010111010110010011111001011011011010000110001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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