Html Css Color HEX #2FAF51 Chateau Green

📋 copy color: '#2FAF51'

red 47 ◦ green 175 ◦ blue 81

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

Shades of Chateau Green #2FAF51

Tints of Chateau Green #2FAF51

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.76%

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 15.51%
G = 57.76%
B = 26.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#2FAF51 (or 0x2FAF51) is known color: Chateau Green. HEX triplet: 2F, AF and 51. RGB value is (47,175,81). Sum of RGB (Red+Green+Blue) = 47+175+81=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF51 is #D050AE. Grayscale: #7E7E7E. Windows color (decimal): -13652143 or 5353263. OLE color: 5353263.

HSL color Cylindrical-coordinate representation of color #2FAF51: hue angle of 135.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF51 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 81 -
CMYK 0.73 0 0.54 0.31
HSL 135.94º 0.58% 0.44% -
HSV(B) 135.94º 0.73% 0.69% -
XYZ 17.99 31.86 12.99 -
YUV 126.01 102.59 71.64 -
System Red Green Blue C M Y K H S L
Decimal 47 175 81 0.73 0 0.54 0.31 135.94 0.58 0.44
Hex 2F AF 51 49 0 36 1F 88 3A 2C
Octal 57 257 121 111 0 66 37 210 72 54
Binary 101111 10101111 1010001 1001001 0 110110 11111 10001000 111010 101100

Color Harmonies of #2FAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF51

Black with #2FAF51

Text Example


Text Example

White with #2FAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,81); }

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

background-color css

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

 a { background-color: rgb(47,175,81); }

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

border-color css

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

 span { border-color: rgb(47,175,81); }

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