Html Css Color HEX #1F6B1F San Felix

📋 copy color: '#1F6B1F'

red 31 ◦ green 107 ◦ blue 31

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

Shades of San Felix #1F6B1F

Tints of San Felix #1F6B1F

RGB

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

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

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

R = 18.34%
G = 63.31%
B = 18.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#1F6B1F (or 0x1F6B1F) is known color: San Felix. HEX triplet: 1F, 6B and 1F. RGB value is (31,107,31). Sum of RGB (Red+Green+Blue) = 31+107+31=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B1F is #E094E0. Grayscale: #4B4B4B. Windows color (decimal): -14718177 or 2059039. OLE color: 2059039.

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

Color convert

RGB 31 107 31 -
CMYK 0.71 0 0.71 0.58
HSL 120º 0.55% 0.27% -
HSV(B) 120º 0.71% 0.42% -
XYZ 6.07 10.91 3.08 -
YUV 75.61 102.82 96.18 -
System Red Green Blue C M Y K H S L
Decimal 31 107 31 0.71 0 0.71 0.58 120 0.55 0.27
Hex 1F 6B 1F 47 0 47 3A 78 37 1B
Octal 37 153 37 107 0 107 72 170 67 33
Binary 11111 1101011 11111 1000111 0 1000111 111010 1111000 110111 11011

Color Harmonies of #1F6B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6B1F

Black with #1F6B1F

Text Example


Text Example

White with #1F6B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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