Html Css Color HEX #1F5F25 San Felix

📋 copy color: '#1F5F25'

red 31 ◦ green 95 ◦ blue 37

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

Shades of San Felix #1F5F25

Tints of San Felix #1F5F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 58.28%

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 19.02%
G = 58.28%
B = 22.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#1F5F25 (or 0x1F5F25) is known color: San Felix. HEX triplet: 1F, 5F and 25. RGB value is (31,95,37). Sum of RGB (Red+Green+Blue) = 31+95+37=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F25 is #E0A0DA. Grayscale: #454545. Windows color (decimal): -14721243 or 2449183. OLE color: 2449183.

HSL color Cylindrical-coordinate representation of color #1F5F25: hue angle of 125.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F25 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 95 37 -
CMYK 0.67 0 0.61 0.63
HSL 125.63º 0.51% 0.25% -
HSV(B) 125.63º 0.67% 0.37% -
XYZ 4.99 8.61 3.15 -
YUV 69.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 31 95 37 0.67 0 0.61 0.63 125.63 0.51 0.25
Hex 1F 5F 25 43 0 3D 3F 7E 33 19
Octal 37 137 45 103 0 75 77 176 63 31
Binary 11111 1011111 100101 1000011 0 111101 111111 1111110 110011 11001

Color Harmonies of #1F5F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5F25

Black with #1F5F25

Text Example


Text Example

White with #1F5F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,95,37); }

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

background-color css

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

 a { background-color: rgb(31,95,37); }

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

border-color css

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

 span { border-color: rgb(31,95,37); }

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