Html Css Color HEX #1F671B San Felix

📋 copy color: '#1F671B'

red 31 ◦ green 103 ◦ blue 27

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

Shades of San Felix #1F671B

Tints of San Felix #1F671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.98%

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 19.25%
G = 63.98%
B = 16.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#1F671B (or 0x1F671B) is known color: San Felix. HEX triplet: 1F, 67 and 1B. RGB value is (31,103,27). Sum of RGB (Red+Green+Blue) = 31+103+27=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #1F671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F671B is #E098E4. Grayscale: #494949. Windows color (decimal): -14719205 or 1795871. OLE color: 1795871.

HSL color Cylindrical-coordinate representation of color #1F671B: hue angle of 116.84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F671B is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 103 27 -
CMYK 0.70 0 0.74 0.60
HSL 116.84º 0.58% 0.25% -
HSV(B) 116.84º 0.74% 0.4% -
XYZ 5.61 10.07 2.68 -
YUV 72.81 102.15 98.18 -
System Red Green Blue C M Y K H S L
Decimal 31 103 27 0.70 0 0.74 0.60 116.84 0.58 0.25
Hex 1F 67 1B 46 0 4A 3C 75 3A 19
Octal 37 147 33 106 0 112 74 165 72 31
Binary 11111 1100111 11011 1000110 0 1001010 111100 1110101 111010 11001

Color Harmonies of #1F671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F671B

Black with #1F671B

Text Example


Text Example

White with #1F671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,103,27); }

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

background-color css

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

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

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

border-color css

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

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

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