#2BA83C

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

Shades of Chateau Green #2BA83C

Tints of Chateau Green #2BA83C

Color information

#2BA83C (or 0x2BA83C) is unknown color: approx Chateau Green. HEX triplet: 2B, A8 and 3C. RGB value is (43,168,60). Sum of RGB (Red+Green+Blue) = 43+168+60=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA83C is #D457C3. Grayscale: #767676. Windows color (decimal): -13916100 or 3975211. OLE color: 3975211.

HSL color Cylindrical-coordinate representation of color #2BA83C: hue angle of 128.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA83C is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB4316860-
CMYK0.7400.640.34
HSL128.16º59.24%41.37%-
HSV(B)128.16º74.4%65.88%-
XYZ15.8128.859.01-
YUV118.3195.0974.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 168 (66.02% from 255) = 61.99%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=15.87%
G=61.99%
B=22.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43168600.7400.640.34128.1659.2441.37
Hex2BA83C4A04022803b29
Octal53250741120100422007351
Binary1010111010100011110010010100100000010001010000000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,168,60); }

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

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

 a { background-color: rgb(43,168,60); }

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

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

 span { border-color: rgb(43,168,60); }

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