Html Css Color HEX #2FAA47 Chateau Green

📋 copy color: '#2FAA47'

red 47 ◦ green 170 ◦ blue 71

#2FAA47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2FAA47

Tints of Chateau Green #2FAA47

RGB

 RED value IS 47 (18.75% from 255) = 16.32%

 GREEN value IS 170 (66.8% from 255) = 59.03%

 BLUE value IS 71 (28.13% from 255) = 24.65%

R = 16.32%
G = 59.03%
B = 24.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2FAA47 (or 0x2FAA47) is known color: Chateau Green. HEX triplet: 2F, AA and 47. RGB value is (47,170,71). Sum of RGB (Red+Green+Blue) = 47+170+71=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA47 is #D055B8. Grayscale: #7A7A7A. Windows color (decimal): -13653433 or 4696623. OLE color: 4696623.

HSL color Cylindrical-coordinate representation of color #2FAA47: hue angle of 131.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA47 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 71 -
CMYK 0.72 0 0.58 0.33
HSL 131.71º 0.57% 0.43% -
HSV(B) 131.71º 0.72% 0.67% -
XYZ 16.68 29.81 10.84 -
YUV 121.94 99.25 74.55 -
System Red Green Blue C M Y K H S L
Decimal 47 170 71 0.72 0 0.58 0.33 131.71 0.57 0.43
Hex 2F AA 47 48 0 3A 21 84 39 2B
Octal 57 252 107 110 0 72 41 204 71 53
Binary 101111 10101010 1000111 1001000 0 111010 100001 10000100 111001 101011

Color Harmonies of #2FAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA47

Black with #2FAA47

Text Example


Text Example

White with #2FAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,71); }

 H1.HeaderClassName
 {
   color: #2FAA47;
 }
 .AnyTagClassName
 {
   color: #2FAA47;
 }
</style>

background-color css

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

 a { background-color: rgb(47,170,71); }

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

border-color css

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

 span { border-color: rgb(47,170,71); }

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