#2BA03E

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

Shades of Chateau Green #2BA03E

Tints of Chateau Green #2BA03E

Color information

#2BA03E (or 0x2BA03E) is unknown color: approx Chateau Green. HEX triplet: 2B, A0 and 3E. RGB value is (43,160,62). Sum of RGB (Red+Green+Blue) = 43+160+62=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA03E is #D45FC1. Grayscale: #727272. Windows color (decimal): -13918146 or 4104235. OLE color: 4104235.

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

Color convert

RGB4316062-
CMYK0.7300.610.37
HSL129.74º57.64%39.8%-
HSV(B)129.74º73.12%62.75%-
XYZ14.44268.82-
YUV113.8498.7477.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.23%
GREEN value IS 160 (62.89% from 255) = 60.38%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=16.23%
G=60.38%
B=23.40%

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
Decimal43160620.7300.610.37129.7457.6439.8
Hex2BA03E4903D25823a28
Octal5324076111075452027250
Binary101011101000001111101001001011110110010110000010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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