#2BA04D

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

Shades of Chateau Green #2BA04D

Tints of Chateau Green #2BA04D

Color information

#2BA04D (or 0x2BA04D) is unknown color: approx Chateau Green. HEX triplet: 2B, A0 and 4D. RGB value is (43,160,77). Sum of RGB (Red+Green+Blue) = 43+160+77=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA04D is #D45FB2. Grayscale: #737373. Windows color (decimal): -13918131 or 5087275. OLE color: 5087275.

HSL color Cylindrical-coordinate representation of color #2BA04D: hue angle of 137.44º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA04D is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB4316077-
CMYK0.7300.520.37
HSL137.44º57.64%39.8%-
HSV(B)137.44º73.12%62.75%-
XYZ14.9126.1911.29-
YUV115.56106.2476.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 160 (62.89% from 255) = 57.14%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=15.36%
G=57.14%
B=27.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43160770.7300.520.37137.4457.6439.8
Hex2BA04D4903425893a28
Octal53240115111064452117250
Binary1010111010000010011011001001011010010010110001001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,160,77); }

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

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

 a { background-color: rgb(43,160,77); }

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

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

 span { border-color: rgb(43,160,77); }

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