Html Css Color HEX #2F6F37 San Felix

📋 copy color: '#2F6F37'

red 47 ◦ green 111 ◦ blue 55

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

Shades of San Felix #2F6F37

Tints of San Felix #2F6F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.11%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 22.07%
G = 52.11%
B = 25.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#2F6F37 (or 0x2F6F37) is known color: San Felix. HEX triplet: 2F, 6F and 37. RGB value is (47,111,55). Sum of RGB (Red+Green+Blue) = 47+111+55=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F37 is #D090C8. Grayscale: #555555. Windows color (decimal): -13668553 or 3632943. OLE color: 3632943.

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

Color convert

RGB 47 111 55 -
CMYK 0.58 0 0.50 0.56
HSL 127.5º 0.41% 0.31% -
HSV(B) 127.5º 0.58% 0.44% -
XYZ 7.55 12.25 5.58 -
YUV 85.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 47 111 55 0.58 0 0.50 0.56 127.5 0.41 0.31
Hex 2F 6F 37 3A 0 32 38 80 29 1F
Octal 57 157 67 72 0 62 70 200 51 37
Binary 101111 1101111 110111 111010 0 110010 111000 10000000 101001 11111

Color Harmonies of #2F6F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6F37

Black with #2F6F37

Text Example


Text Example

White with #2F6F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,111,55); }

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

background-color css

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

 a { background-color: rgb(47,111,55); }

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

border-color css

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

 span { border-color: rgb(47,111,55); }

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