Html Css Color HEX #2F6D3C San Felix

📋 copy color: '#2F6D3C'

red 47 ◦ green 109 ◦ blue 60

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

Shades of San Felix #2F6D3C

Tints of San Felix #2F6D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.46%

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 21.76%
G = 50.46%
B = 27.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#2F6D3C (or 0x2F6D3C) is known color: San Felix. HEX triplet: 2F, 6D and 3C. RGB value is (47,109,60). Sum of RGB (Red+Green+Blue) = 47+109+60=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #2F6D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6D3C is #D092C3. Grayscale: #555555. Windows color (decimal): -13669060 or 3960111. OLE color: 3960111.

HSL color Cylindrical-coordinate representation of color #2F6D3C: hue angle of 132.58º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6D3C is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 109 60 -
CMYK 0.57 0 0.45 0.57
HSL 132.58º 0.4% 0.31% -
HSV(B) 132.58º 0.57% 0.43% -
XYZ 7.46 11.87 6.17 -
YUV 84.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 47 109 60 0.57 0 0.45 0.57 132.58 0.4 0.31
Hex 2F 6D 3C 39 0 2D 39 85 28 1F
Octal 57 155 74 71 0 55 71 205 50 37
Binary 101111 1101101 111100 111001 0 101101 111001 10000101 101000 11111

Color Harmonies of #2F6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6D3C

Black with #2F6D3C

Text Example


Text Example

White with #2F6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,109,60); }

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

background-color css

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

 a { background-color: rgb(47,109,60); }

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

border-color css

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

 span { border-color: rgb(47,109,60); }

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