Html Css Color HEX #1F742F San Felix

📋 copy color: '#1F742F'

red 31 ◦ green 116 ◦ blue 47

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

Shades of San Felix #1F742F

Tints of San Felix #1F742F

RGB

 RED value IS 31 (12.5% from 255) = 15.98%

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 15.98%
G = 59.79%
B = 24.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#1F742F (or 0x1F742F) is known color: San Felix. HEX triplet: 1F, 74 and 2F. RGB value is (31,116,47). Sum of RGB (Red+Green+Blue) = 31+116+47=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #1F742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F742F is #E08BD0. Grayscale: #525252. Windows color (decimal): -14715857 or 3109919. OLE color: 3109919.

HSL color Cylindrical-coordinate representation of color #1F742F: hue angle of 131.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F742F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 116 47 -
CMYK 0.73 0 0.59 0.55
HSL 131.29º 0.58% 0.29% -
HSV(B) 131.29º 0.73% 0.45% -
XYZ 7.32 12.99 4.81 -
YUV 82.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 31 116 47 0.73 0 0.59 0.55 131.29 0.58 0.29
Hex 1F 74 2F 49 0 3B 37 83 3A 1D
Octal 37 164 57 111 0 73 67 203 72 35
Binary 11111 1110100 101111 1001001 0 111011 110111 10000011 111010 11101

Color Harmonies of #1F742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F742F

Black with #1F742F

Text Example


Text Example

White with #1F742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F742F; }

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

 H1.HeaderClassName
 {
   color: #1F742F;
 }
 .AnyTagClassName
 {
   color: #1F742F;
 }
</style>

background-color css

<style>
 a { background-color: #1F742F; }

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

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

border-color css

<style>
 span { border-color: #1F742F; }

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

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