Html Css Color HEX #1F7029 San Felix

📋 copy color: '#1F7029'

red 31 ◦ green 112 ◦ blue 41

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

Shades of San Felix #1F7029

Tints of San Felix #1F7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.87%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 16.85%
G = 60.87%
B = 22.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#1F7029 (or 0x1F7029) is known color: San Felix. HEX triplet: 1F, 70 and 29. RGB value is (31,112,41). Sum of RGB (Red+Green+Blue) = 31+112+41=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7029 is #E08FD6. Grayscale: #4F4F4F. Windows color (decimal): -14716887 or 2715679. OLE color: 2715679.

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

Color convert

RGB 31 112 41 -
CMYK 0.72 0 0.63 0.56
HSL 127.41º 0.57% 0.28% -
HSV(B) 127.41º 0.72% 0.44% -
XYZ 6.76 12.04 4.07 -
YUV 79.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 31 112 41 0.72 0 0.63 0.56 127.41 0.57 0.28
Hex 1F 70 29 48 0 3F 38 7F 39 1C
Octal 37 160 51 110 0 77 70 177 71 34
Binary 11111 1110000 101001 1001000 0 111111 111000 1111111 111001 11100

Color Harmonies of #1F7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7029

Black with #1F7029

Text Example


Text Example

White with #1F7029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,112,41); }

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

background-color css

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

 a { background-color: rgb(31,112,41); }

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

border-color css

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

 span { border-color: rgb(31,112,41); }

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