#2BA03F

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

Shades of Chateau Green #2BA03F

Tints of Chateau Green #2BA03F

Color information

#2BA03F (or 0x2BA03F) is unknown color: approx Chateau Green. HEX triplet: 2B, A0 and 3F. RGB value is (43,160,63). Sum of RGB (Red+Green+Blue) = 43+160+63=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA03F is #D45FC0. Grayscale: #727272. Windows color (decimal): -13918145 or 4169771. OLE color: 4169771.

HSL color Cylindrical-coordinate representation of color #2BA03F: hue angle of 130.26º 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 #2BA03F is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB4316063-
CMYK0.7300.610.37
HSL130.26º57.64%39.8%-
HSV(B)130.26º73.12%62.75%-
XYZ14.4626.018.96-
YUV113.9699.2477.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 160 (62.89% from 255) = 60.15%
BLUE value IS 63 (25% from 255) = 23.68%
R=16.17%
G=60.15%
B=23.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43160630.7300.610.37130.2657.6439.8
Hex2BA03F4903D25823a28
Octal5324077111075452027250
Binary101011101000001111111001001011110110010110000010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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