#2BAC47

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

Shades of Chateau Green #2BAC47

Tints of Chateau Green #2BAC47

Color information

#2BAC47 (or 0x2BAC47) is unknown color: approx Chateau Green. HEX triplet: 2B, AC and 47. RGB value is (43,172,71). Sum of RGB (Red+Green+Blue) = 43+172+71=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC47 is #D453B8. Grayscale: #7A7A7A. Windows color (decimal): -13915065 or 4697131. OLE color: 4697131.

HSL color Cylindrical-coordinate representation of color #2BAC47: hue angle of 133.02º 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 #2BAC47 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB4317271-
CMYK0.7500.590.33
HSL133.02º60%42.16%-
HSV(B)133.02º75%67.45%-
XYZ16.8930.4710.95-
YUV121.9299.2671.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 172 (67.58% from 255) = 60.14%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=15.03%
G=60.14%
B=24.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43172710.7500.590.33133.026042.16
Hex2BAC474B03B21853c2a
Octal53254107113073412057452
Binary1010111010110010001111001011011101110000110000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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