Html Css Color HEX #2FAB47 Chateau Green

📋 copy color: '#2FAB47'

red 47 ◦ green 171 ◦ blue 71

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

Shades of Chateau Green #2FAB47

Tints of Chateau Green #2FAB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 59.17%

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

R = 16.26%
G = 59.17%
B = 24.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2FAB47 (or 0x2FAB47) is known color: Chateau Green. HEX triplet: 2F, AB and 47. RGB value is (47,171,71). Sum of RGB (Red+Green+Blue) = 47+171+71=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB47 is #D054B8. Grayscale: #7A7A7A. Windows color (decimal): -13653177 or 4696879. OLE color: 4696879.

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

Color convert

RGB 47 171 71 -
CMYK 0.73 0 0.58 0.33
HSL 131.61º 0.57% 0.43% -
HSV(B) 131.61º 0.73% 0.67% -
XYZ 16.87 30.19 10.9 -
YUV 122.52 98.92 74.13 -
System Red Green Blue C M Y K H S L
Decimal 47 171 71 0.73 0 0.58 0.33 131.61 0.57 0.43
Hex 2F AB 47 49 0 3A 21 84 39 2B
Octal 57 253 107 111 0 72 41 204 71 53
Binary 101111 10101011 1000111 1001001 0 111010 100001 10000100 111001 101011

Color Harmonies of #2FAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB47

Black with #2FAB47

Text Example


Text Example

White with #2FAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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