#2BA24E

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

Shades of Chateau Green #2BA24E

Tints of Chateau Green #2BA24E

Color information

#2BA24E (or 0x2BA24E) is unknown color: approx Chateau Green. HEX triplet: 2B, A2 and 4E. RGB value is (43,162,78). Sum of RGB (Red+Green+Blue) = 43+162+78=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA24E is #D45DB1. Grayscale: #757575. Windows color (decimal): -13917618 or 5153323. OLE color: 5153323.

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

Color convert

RGB4316278-
CMYK0.7300.520.36
HSL137.65º58.05%40.2%-
HSV(B)137.65º73.46%63.53%-
XYZ15.2926.911.59-
YUV116.84106.0875.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 162 (63.67% from 255) = 57.24%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=15.19%
G=57.24%
B=27.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43162780.7300.520.36137.6558.0540.2
Hex2BA24E49034248a3a28
Octal53242116111064442127250
Binary1010111010001010011101001001011010010010010001010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,78); }

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

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

 a { background-color: rgb(43,162,78); }

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

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

 span { border-color: rgb(43,162,78); }

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