Html Css Color HEX #1F7129 San Felix

📋 copy color: '#1F7129'

red 31 ◦ green 113 ◦ blue 41

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

Shades of San Felix #1F7129

Tints of San Felix #1F7129

RGB

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

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

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

R = 16.76%
G = 61.08%
B = 22.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#1F7129 (or 0x1F7129) is known color: San Felix. HEX triplet: 1F, 71 and 29. RGB value is (31,113,41). Sum of RGB (Red+Green+Blue) = 31+113+41=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7129 is #E08ED6. Grayscale: #505050. Windows color (decimal): -14716631 or 2715935. OLE color: 2715935.

HSL color Cylindrical-coordinate representation of color #1F7129: hue angle of 127.32º 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 #1F7129 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 41 -
CMYK 0.73 0 0.64 0.56
HSL 127.32º 0.57% 0.28% -
HSV(B) 127.32º 0.73% 0.44% -
XYZ 6.87 12.26 4.1 -
YUV 80.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 31 113 41 0.73 0 0.64 0.56 127.32 0.57 0.28
Hex 1F 71 29 49 0 40 38 7F 39 1C
Octal 37 161 51 111 0 100 70 177 71 34
Binary 11111 1110001 101001 1001001 0 1000000 111000 1111111 111001 11100

Color Harmonies of #1F7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7129

Black with #1F7129

Text Example


Text Example

White with #1F7129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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