#2fb54c

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

Shades of Chateau Green #2FB54C

Tints of Chateau Green #2FB54C

Color information

#2FB54C (or 0x2FB54C) is unknown color: approx Chateau Green. HEX triplet: 2F, B5 and 4C. RGB value is (47,181,76). Sum of RGB (Red+Green+Blue) = 47+181+76=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB54C is #D04AB3. Grayscale: #818181. Windows color (decimal): -13650612 or 5027119. OLE color: 5027119.

HSL color Cylindrical-coordinate representation of color #2FB54C: hue angle of 132.99º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB54C is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB4718176-
CMYK0.7400.580.29
HSL132.99º58.77%44.71%-
HSV(B)132.99º74.03%70.98%-
XYZ1934.1712.43-
YUV128.9698.1169.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 181 (71.09% from 255) = 59.54%
BLUE value IS 76 (30.08% from 255) = 25%
R=15.46%
G=59.54%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47181760.7400.580.29132.9958.7744.71
Hex2FB54C4A03A1D853b2d
Octal57265114112072352057355
Binary101111101101011001100100101001110101110110000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb54c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,181,76); }

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

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

 a { background-color: rgb(47,181,76); }

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

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

 span { border-color: rgb(47,181,76); }

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