#2BA143

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

Shades of Chateau Green #2BA143

Tints of Chateau Green #2BA143

Color information

#2BA143 (or 0x2BA143) is unknown color: approx Chateau Green. HEX triplet: 2B, A1 and 43. RGB value is (43,161,67). Sum of RGB (Red+Green+Blue) = 43+161+67=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA143 is #D45EBC. Grayscale: #737373. Windows color (decimal): -13917885 or 4432171. OLE color: 4432171.

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

Color convert

RGB4316167-
CMYK0.7300.580.37
HSL132.2º57.84%40%-
HSV(B)132.2º73.29%63.14%-
XYZ14.7526.419.63-
YUV115100.9176.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 161 (63.28% from 255) = 59.41%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=15.87%
G=59.41%
B=24.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43161670.7300.580.37132.257.8440
Hex2BA1434903A25843a28
Octal53241103111072452047250
Binary1010111010000110000111001001011101010010110000100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,161,67); }

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

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

 a { background-color: rgb(43,161,67); }

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

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

 span { border-color: rgb(43,161,67); }

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