#2BAC50

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

Shades of Chateau Green #2BAC50

Tints of Chateau Green #2BAC50

Color information

#2BAC50 (or 0x2BAC50) is unknown color: approx Chateau Green. HEX triplet: 2B, AC and 50. RGB value is (43,172,80). Sum of RGB (Red+Green+Blue) = 43+172+80=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC50 is #D453AF. Grayscale: #7B7B7B. Windows color (decimal): -13915056 or 5286955. OLE color: 5286955.

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

Color convert

RGB4317280-
CMYK0.7500.530.33
HSL137.21º60%42.16%-
HSV(B)137.21º75%67.45%-
XYZ17.230.612.59-
YUV122.94103.7670.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 172 (67.58% from 255) = 58.31%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=14.58%
G=58.31%
B=27.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43172800.7500.530.33137.216042.16
Hex2BAC504B03521893c2a
Octal53254120113065412117452
Binary1010111010110010100001001011011010110000110001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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