Html Css Color HEX #2FAF55 Chateau Green

📋 copy color: '#2FAF55'

red 47 ◦ green 175 ◦ blue 85

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

Shades of Chateau Green #2FAF55

Tints of Chateau Green #2FAF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 15.31%
G = 57%
B = 27.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#2FAF55 (or 0x2FAF55) is known color: Chateau Green. HEX triplet: 2F, AF and 55. RGB value is (47,175,85). Sum of RGB (Red+Green+Blue) = 47+175+85=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF55 is #D050AA. Grayscale: #7E7E7E. Windows color (decimal): -13652139 or 5615407. OLE color: 5615407.

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

Color convert

RGB 47 175 85 -
CMYK 0.73 0 0.51 0.31
HSL 137.81º 0.58% 0.44% -
HSV(B) 137.81º 0.73% 0.69% -
XYZ 18.14 31.92 13.8 -
YUV 126.47 104.59 71.32 -
System Red Green Blue C M Y K H S L
Decimal 47 175 85 0.73 0 0.51 0.31 137.81 0.58 0.44
Hex 2F AF 55 49 0 33 1F 8A 3A 2C
Octal 57 257 125 111 0 63 37 212 72 54
Binary 101111 10101111 1010101 1001001 0 110011 11111 10001010 111010 101100

Color Harmonies of #2FAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF55

Black with #2FAF55

Text Example


Text Example

White with #2FAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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