Html Css Color HEX #1F712A San Felix

📋 copy color: '#1F712A'

red 31 ◦ green 113 ◦ blue 42

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

Shades of San Felix #1F712A

Tints of San Felix #1F712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.75%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 16.67%
G = 60.75%
B = 22.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#1F712A (or 0x1F712A) is known color: San Felix. HEX triplet: 1F, 71 and 2A. RGB value is (31,113,42). Sum of RGB (Red+Green+Blue) = 31+113+42=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #1F712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F712A is #E08ED5. Grayscale: #505050. Windows color (decimal): -14716630 or 2781471. OLE color: 2781471.

HSL color Cylindrical-coordinate representation of color #1F712A: hue angle of 128.05º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F712A is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 42 -
CMYK 0.73 0 0.63 0.56
HSL 128.05º 0.57% 0.28% -
HSV(B) 128.05º 0.73% 0.44% -
XYZ 6.89 12.27 4.2 -
YUV 80.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 31 113 42 0.73 0 0.63 0.56 128.05 0.57 0.28
Hex 1F 71 2A 49 0 3F 38 80 39 1C
Octal 37 161 52 111 0 77 70 200 71 34
Binary 11111 1110001 101010 1001001 0 111111 111000 10000000 111001 11100

Color Harmonies of #1F712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F712A

Black with #1F712A

Text Example


Text Example

White with #1F712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,42); }

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

background-color css

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

 a { background-color: rgb(31,113,42); }

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

border-color css

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

 span { border-color: rgb(31,113,42); }

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