#2fa753

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

Shades of Chateau Green #2FA753

Tints of Chateau Green #2FA753

Color information

#2FA753 (or 0x2FA753) is unknown color: approx Chateau Green. HEX triplet: 2F, A7 and 53. RGB value is (47,167,83). Sum of RGB (Red+Green+Blue) = 47+167+83=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA753 is #D058AC. Grayscale: #797979. Windows color (decimal): -13654189 or 5482287. OLE color: 5482287.

HSL color Cylindrical-coordinate representation of color #2FA753: hue angle of 138º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA753 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB4716783-
CMYK0.7200.500.35
HSL138º56.07%41.96%-
HSV(B)138º71.86%65.49%-
XYZ16.5528.8712.88-
YUV121.54106.2474.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.82%
GREEN value IS 167 (65.62% from 255) = 56.23%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=15.82%
G=56.23%
B=27.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47167830.7200.500.3513856.0741.96
Hex2FA75348032238a382a
Octal57247123110062432127052
Binary1011111010011110100111001000011001010001110001010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,167,83); }

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

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

 a { background-color: rgb(47,167,83); }

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

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

 span { border-color: rgb(47,167,83); }

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