Html Css Color HEX #1F601F San Felix

📋 copy color: '#1F601F'

red 31 ◦ green 96 ◦ blue 31

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

Shades of San Felix #1F601F

Tints of San Felix #1F601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.76%

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

R = 19.62%
G = 60.76%
B = 19.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#1F601F (or 0x1F601F) is known color: San Felix. HEX triplet: 1F, 60 and 1F. RGB value is (31,96,31). Sum of RGB (Red+Green+Blue) = 31+96+31=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #1F601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F601F is #E09FE0. Grayscale: #454545. Windows color (decimal): -14720993 or 2056223. OLE color: 2056223.

HSL color Cylindrical-coordinate representation of color #1F601F: hue angle of 120º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F601F is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 31 -
CMYK 0.68 0 0.68 0.62
HSL 120º 0.51% 0.25% -
HSV(B) 120º 0.68% 0.38% -
XYZ 5 8.76 2.72 -
YUV 69.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 31 96 31 0.68 0 0.68 0.62 120 0.51 0.25
Hex 1F 60 1F 44 0 44 3E 78 33 19
Octal 37 140 37 104 0 104 76 170 63 31
Binary 11111 1100000 11111 1000100 0 1000100 111110 1111000 110011 11001

Color Harmonies of #1F601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F601F

Black with #1F601F

Text Example


Text Example

White with #1F601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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