Html Css Color HEX #2F743E San Felix

📋 copy color: '#2F743E'

red 47 ◦ green 116 ◦ blue 62

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

Shades of San Felix #2F743E

Tints of San Felix #2F743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 20.89%
G = 51.56%
B = 27.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#2F743E (or 0x2F743E) is known color: San Felix. HEX triplet: 2F, 74 and 3E. RGB value is (47,116,62). Sum of RGB (Red+Green+Blue) = 47+116+62=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #2F743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F743E is #D08BC1. Grayscale: #595959. Windows color (decimal): -13667266 or 4092975. OLE color: 4092975.

HSL color Cylindrical-coordinate representation of color #2F743E: hue angle of 133.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F743E is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 116 62 -
CMYK 0.59 0 0.47 0.55
HSL 133.04º 0.42% 0.32% -
HSV(B) 133.04º 0.59% 0.45% -
XYZ 8.29 13.44 6.72 -
YUV 89.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 47 116 62 0.59 0 0.47 0.55 133.04 0.42 0.32
Hex 2F 74 3E 3B 0 2F 37 85 2A 20
Octal 57 164 76 73 0 57 67 205 52 40
Binary 101111 1110100 111110 111011 0 101111 110111 10000101 101010 100000

Color Harmonies of #2F743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F743E

Black with #2F743E

Text Example


Text Example

White with #2F743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,116,62); }

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

background-color css

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

 a { background-color: rgb(47,116,62); }

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

border-color css

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

 span { border-color: rgb(47,116,62); }

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