Html Css Color HEX #1F7429 San Felix

📋 copy color: '#1F7429'

red 31 ◦ green 116 ◦ blue 41

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

Shades of San Felix #1F7429

Tints of San Felix #1F7429

RGB

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

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

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

R = 16.49%
G = 61.7%
B = 21.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#1F7429 (or 0x1F7429) is known color: San Felix. HEX triplet: 1F, 74 and 29. RGB value is (31,116,41). Sum of RGB (Red+Green+Blue) = 31+116+41=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7429 is #E08BD6. Grayscale: #525252. Windows color (decimal): -14715863 or 2716703. OLE color: 2716703.

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

Color convert

RGB 31 116 41 -
CMYK 0.73 0 0.65 0.55
HSL 127.06º 0.58% 0.29% -
HSV(B) 127.06º 0.73% 0.45% -
XYZ 7.21 12.94 4.22 -
YUV 82.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 31 116 41 0.73 0 0.65 0.55 127.06 0.58 0.29
Hex 1F 74 29 49 0 41 37 7F 3A 1D
Octal 37 164 51 111 0 101 67 177 72 35
Binary 11111 1110100 101001 1001001 0 1000001 110111 1111111 111010 11101

Color Harmonies of #1F7429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7429

Black with #1F7429

Text Example


Text Example

White with #1F7429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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