#2BAC46

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

Shades of Chateau Green #2BAC46

Tints of Chateau Green #2BAC46

Color information

#2BAC46 (or 0x2BAC46) is unknown color: approx Chateau Green. HEX triplet: 2B, AC and 46. RGB value is (43,172,70). Sum of RGB (Red+Green+Blue) = 43+172+70=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC46 is #D453B9. Grayscale: #7A7A7A. Windows color (decimal): -13915066 or 4631595. OLE color: 4631595.

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

Color convert

RGB4317270-
CMYK0.7500.590.33
HSL132.56º60%42.16%-
HSV(B)132.56º75%67.45%-
XYZ16.8530.4610.79-
YUV121.898.7671.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 172 (67.58% from 255) = 60.35%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=15.09%
G=60.35%
B=24.56%

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
Decimal43172700.7500.590.33132.566042.16
Hex2BAC464B03B21853c2a
Octal53254106113073412057452
Binary1010111010110010001101001011011101110000110000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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