#2ba73d

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

Shades of Chateau Green #2BA73D

Tints of Chateau Green #2BA73D

Color information

#2BA73D (or 0x2BA73D) is unknown color: approx Chateau Green. HEX triplet: 2B, A7 and 3D. RGB value is (43,167,61). Sum of RGB (Red+Green+Blue) = 43+167+61=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 167 (65.62% from 255 or 61.62% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA73D is #D458C2. Grayscale: #767676. Windows color (decimal): -13916355 or 4040491. OLE color: 4040491.

HSL color Cylindrical-coordinate representation of color #2BA73D: hue angle of 128.71º 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 #2BA73D is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB4316761-
CMYK0.7400.630.35
HSL128.71º59.05%41.18%-
HSV(B)128.71º74.25%65.49%-
XYZ15.6628.499.09-
YUV117.8495.9274.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 167 (65.62% from 255) = 61.62%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=15.87%
G=61.62%
B=22.51%

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
Decimal43167610.7400.630.35128.7159.0541.18
Hex2BA73D4A03F23813b29
Octal5324775112077432017351
Binary101011101001111111011001010011111110001110000001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba73d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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