Html Css Color HEX #1F7C31 San Felix

📋 copy color: '#1F7C31'

red 31 ◦ green 124 ◦ blue 49

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

Shades of San Felix #1F7C31

Tints of San Felix #1F7C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.78%

 BLUE value IS 49 (19.53% from 255) = 24.02%

R = 15.2%
G = 60.78%
B = 24.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#1F7C31 (or 0x1F7C31) is known color: San Felix. HEX triplet: 1F, 7C and 31. RGB value is (31,124,49). Sum of RGB (Red+Green+Blue) = 31+124+49=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C31 is #E083CE. Grayscale: #575757. Windows color (decimal): -14713807 or 3243039. OLE color: 3243039.

HSL color Cylindrical-coordinate representation of color #1F7C31: hue angle of 131.61º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C31 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 124 49 -
CMYK 0.75 0 0.60 0.51
HSL 131.61º 0.6% 0.3% -
HSV(B) 131.61º 0.75% 0.49% -
XYZ 8.33 14.93 5.35 -
YUV 87.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 31 124 49 0.75 0 0.60 0.51 131.61 0.6 0.3
Hex 1F 7C 31 4B 0 3C 33 84 3C 1E
Octal 37 174 61 113 0 74 63 204 74 36
Binary 11111 1111100 110001 1001011 0 111100 110011 10000100 111100 11110

Color Harmonies of #1F7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7C31

Black with #1F7C31

Text Example


Text Example

White with #1F7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,124,49); }

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

background-color css

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

 a { background-color: rgb(31,124,49); }

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

border-color css

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

 span { border-color: rgb(31,124,49); }

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