#2FA54D

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

Shades of Chateau Green #2FA54D

Tints of Chateau Green #2FA54D

Color information

#2FA54D (or 0x2FA54D) is unknown color: approx Chateau Green. HEX triplet: 2F, A5 and 4D. RGB value is (47,165,77). Sum of RGB (Red+Green+Blue) = 47+165+77=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA54D is #D05AB2. Grayscale: #777777. Windows color (decimal): -13654707 or 5088559. OLE color: 5088559.

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

Color convert

RGB4716577-
CMYK0.7200.530.35
HSL135.25º55.66%41.57%-
HSV(B)135.25º71.52%64.71%-
XYZ15.9728.0511.59-
YUV119.69103.9176.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=16.26%
G=57.09%
B=26.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47165770.7200.530.35135.2555.6641.57
Hex2FA54D480352387382a
Octal57245115110065432077052
Binary1011111010010110011011001000011010110001110000111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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