#2BA53D

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

Shades of Chateau Green #2BA53D

Tints of Chateau Green #2BA53D

Color information

#2BA53D (or 0x2BA53D) is unknown color: approx Chateau Green. HEX triplet: 2B, A5 and 3D. RGB value is (43,165,61). Sum of RGB (Red+Green+Blue) = 43+165+61=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 165 (64.84% from 255 or 61.34% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA53D is #D45AC2. Grayscale: #747474. Windows color (decimal): -13916867 or 4039979. OLE color: 4039979.

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

Color convert

RGB4316561-
CMYK0.7400.630.35
HSL128.85º58.65%40.78%-
HSV(B)128.85º73.94%64.71%-
XYZ15.2927.768.97-
YUV116.6796.5875.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 165 (64.84% from 255) = 61.34%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=15.99%
G=61.34%
B=22.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43165610.7400.630.35128.8558.6540.78
Hex2BA53D4A03F23813b29
Octal5324575112077432017351
Binary101011101001011111011001010011111110001110000001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,165,61); }

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

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

 a { background-color: rgb(43,165,61); }

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

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

 span { border-color: rgb(43,165,61); }

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