#2BA147

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

Shades of Chateau Green #2BA147

Tints of Chateau Green #2BA147

Color information

#2BA147 (or 0x2BA147) is unknown color: approx Chateau Green. HEX triplet: 2B, A1 and 47. RGB value is (43,161,71). Sum of RGB (Red+Green+Blue) = 43+161+71=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA147 is #D45EB8. Grayscale: #737373. Windows color (decimal): -13917881 or 4694315. OLE color: 4694315.

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

Color convert

RGB4316171-
CMYK0.7300.560.37
HSL134.24º57.84%40%-
HSV(B)134.24º73.29%63.14%-
XYZ14.8826.4610.28-
YUV115.46102.9176.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.64%
GREEN value IS 161 (63.28% from 255) = 58.55%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=15.64%
G=58.55%
B=25.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43161710.7300.560.37134.2457.8440
Hex2BA1474903825863a28
Octal53241107111070452067250
Binary1010111010000110001111001001011100010010110000110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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