Html Css Color HEX #1F5F1F San Felix

📋 copy color: '#1F5F1F'

red 31 ◦ green 95 ◦ blue 31

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

Shades of San Felix #1F5F1F

Tints of San Felix #1F5F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 19.75%
G = 60.51%
B = 19.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#1F5F1F (or 0x1F5F1F) is known color: San Felix. HEX triplet: 1F, 5F and 1F. RGB value is (31,95,31). Sum of RGB (Red+Green+Blue) = 31+95+31=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F1F is #E0A0E0. Grayscale: #444444. Windows color (decimal): -14721249 or 2055967. OLE color: 2055967.

HSL color Cylindrical-coordinate representation of color #1F5F1F: hue angle of 120º 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 #1F5F1F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 95 31 -
CMYK 0.67 0 0.67 0.63
HSL 120º 0.51% 0.25% -
HSV(B) 120º 0.67% 0.37% -
XYZ 4.9 8.57 2.69 -
YUV 68.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 31 95 31 0.67 0 0.67 0.63 120 0.51 0.25
Hex 1F 5F 1F 43 0 43 3F 78 33 19
Octal 37 137 37 103 0 103 77 170 63 31
Binary 11111 1011111 11111 1000011 0 1000011 111111 1111000 110011 11001

Color Harmonies of #1F5F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5F1F

Black with #1F5F1F

Text Example


Text Example

White with #1F5F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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