#2FA552

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

Shades of Chateau Green #2FA552

Tints of Chateau Green #2FA552

Color information

#2FA552 (or 0x2FA552) is unknown color: approx Chateau Green. HEX triplet: 2F, A5 and 52. RGB value is (47,165,82). Sum of RGB (Red+Green+Blue) = 47+165+82=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA552 is #D05AAD. Grayscale: #787878. Windows color (decimal): -13654702 or 5416239. OLE color: 5416239.

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

Color convert

RGB4716582-
CMYK0.7200.500.35
HSL137.8º55.66%41.57%-
HSV(B)137.8º71.52%64.71%-
XYZ16.1528.1212.56-
YUV120.26106.4175.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=15.99%
G=56.12%
B=27.89%

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
Decimal47165820.7200.500.35137.855.6641.57
Hex2FA55248032238a382a
Octal57245122110062432127052
Binary1011111010010110100101001000011001010001110001010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,165,82); }

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

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

 a { background-color: rgb(47,165,82); }

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

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

 span { border-color: rgb(47,165,82); }

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