#2BA450

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

Shades of Chateau Green #2BA450

Tints of Chateau Green #2BA450

Color information

#2BA450 (or 0x2BA450) is unknown color: approx Chateau Green. HEX triplet: 2B, A4 and 50. RGB value is (43,164,80). Sum of RGB (Red+Green+Blue) = 43+164+80=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA450 is #D45BAF. Grayscale: #767676. Windows color (decimal): -13917104 or 5284907. OLE color: 5284907.

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

Color convert

RGB4316480-
CMYK0.7400.510.36
HSL138.35º58.45%40.59%-
HSV(B)138.35º73.78%64.31%-
XYZ15.7227.6412.1-
YUV118.24106.4174.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 164 (64.45% from 255) = 57.14%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=14.98%
G=57.14%
B=27.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43164800.7400.510.36138.3558.4540.59
Hex2BA4504A033248a3a29
Octal53244120112063442127251
Binary1010111010010010100001001010011001110010010001010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,164,80); }

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

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

 a { background-color: rgb(43,164,80); }

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

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

 span { border-color: rgb(43,164,80); }

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