#2fba57

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

Shades of Chateau Green #2FBA57

Tints of Chateau Green #2FBA57

Color information

#2FBA57 (or 0x2FBA57) is unknown color: approx Chateau Green. HEX triplet: 2F, BA and 57. RGB value is (47,186,87). Sum of RGB (Red+Green+Blue) = 47+186+87=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA57 is #D045A8. Grayscale: #858585. Windows color (decimal): -13649321 or 5749295. OLE color: 5749295.

HSL color Cylindrical-coordinate representation of color #2FBA57: hue angle of 137.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA57 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB4718687-
CMYK0.7500.530.27
HSL137.27º59.66%45.69%-
HSV(B)137.27º74.73%72.94%-
XYZ20.4536.4114.97-
YUV133.15101.9566.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.69%
GREEN value IS 186 (73.05% from 255) = 58.12%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=14.69%
G=58.12%
B=27.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186870.7500.530.27137.2759.6645.69
Hex2FBA574B0351B893c2e
Octal57272127113065332117456
Binary101111101110101010111100101101101011101110001001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fba57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,87); }

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

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

 a { background-color: rgb(47,186,87); }

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

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

 span { border-color: rgb(47,186,87); }

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