Html Css Color HEX #2FAB59 Chateau Green

📋 copy color: '#2FAB59'

red 47 ◦ green 171 ◦ blue 89

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

Shades of Chateau Green #2FAB59

Tints of Chateau Green #2FAB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 15.31%
G = 55.7%
B = 28.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#2FAB59 (or 0x2FAB59) is known color: Chateau Green. HEX triplet: 2F, AB and 59. RGB value is (47,171,89). Sum of RGB (Red+Green+Blue) = 47+171+89=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB59 is #D054A6. Grayscale: #7C7C7C. Windows color (decimal): -13653159 or 5876527. OLE color: 5876527.

HSL color Cylindrical-coordinate representation of color #2FAB59: hue angle of 140.32º 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 #2FAB59 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 89 -
CMYK 0.73 0 0.48 0.33
HSL 140.32º 0.57% 0.43% -
HSV(B) 140.32º 0.73% 0.67% -
XYZ 17.54 30.45 14.4 -
YUV 124.58 107.92 72.67 -
System Red Green Blue C M Y K H S L
Decimal 47 171 89 0.73 0 0.48 0.33 140.32 0.57 0.43
Hex 2F AB 59 49 0 30 21 8C 39 2B
Octal 57 253 131 111 0 60 41 214 71 53
Binary 101111 10101011 1011001 1001001 0 110000 100001 10001100 111001 101011

Color Harmonies of #2FAB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB59

Black with #2FAB59

Text Example


Text Example

White with #2FAB59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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