#2FAF54

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

Shades of Chateau Green #2FAF54

Tints of Chateau Green #2FAF54

Color information

#2FAF54 (or 0x2FAF54) is unknown color: approx Chateau Green. HEX triplet: 2F, AF and 54. RGB value is (47,175,84). Sum of RGB (Red+Green+Blue) = 47+175+84=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF54 is #D050AB. Grayscale: #7E7E7E. Windows color (decimal): -13652140 or 5549871. OLE color: 5549871.

HSL color Cylindrical-coordinate representation of color #2FAF54: hue angle of 137.34º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF54 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB4717584-
CMYK0.7300.520.31
HSL137.34º57.66%43.53%-
HSV(B)137.34º73.14%68.63%-
XYZ18.131.913.59-
YUV126.35104.0971.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.36%
GREEN value IS 175 (68.75% from 255) = 57.19%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=15.36%
G=57.19%
B=27.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47175840.7300.520.31137.3457.6643.53
Hex2FAF54490341F893a2c
Octal57257124111064372117254
Binary101111101011111010100100100101101001111110001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,175,84); }

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

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

 a { background-color: rgb(47,175,84); }

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

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

 span { border-color: rgb(47,175,84); }

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