Html Css Color HEX #1F6B15 San Felix

📋 copy color: '#1F6B15'

red 31 ◦ green 107 ◦ blue 21

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

Shades of San Felix #1F6B15

Tints of San Felix #1F6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 67.3%

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 19.5%
G = 67.3%
B = 13.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#1F6B15 (or 0x1F6B15) is known color: San Felix. HEX triplet: 1F, 6B and 15. RGB value is (31,107,21). Sum of RGB (Red+Green+Blue) = 31+107+21=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6B15 is #E094EA. Grayscale: #4A4A4A. Windows color (decimal): -14718187 or 1403679. OLE color: 1403679.

HSL color Cylindrical-coordinate representation of color #1F6B15: hue angle of 113.02º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F6B15 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 107 21 -
CMYK 0.71 0 0.80 0.58
HSL 113.02º 0.67% 0.25% -
HSV(B) 113.02º 0.8% 0.42% -
XYZ 5.96 10.86 2.49 -
YUV 74.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 31 107 21 0.71 0 0.80 0.58 113.02 0.67 0.25
Hex 1F 6B 15 47 0 50 3A 71 43 19
Octal 37 153 25 107 0 120 72 161 103 31
Binary 11111 1101011 10101 1000111 0 1010000 111010 1110001 1000011 11001

Color Harmonies of #1F6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6B15

Black with #1F6B15

Text Example


Text Example

White with #1F6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,107,21); }

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

background-color css

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

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

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

border-color css

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

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

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