Html Css Color HEX #1F3601 Pine Tree

📋 copy color: '#1F3601'

red 31 ◦ green 54 ◦ blue 1

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

Shades of Pine Tree #1F3601

Tints of Pine Tree #1F3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 62.79%

 BLUE value IS 1 (0.78% from 255) = 1.16%

R = 36.05%
G = 62.79%
B = 1.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#1F3601 (or 0x1F3601) is known color: Pine Tree. HEX triplet: 1F, 36 and 01. RGB value is (31,54,1). Sum of RGB (Red+Green+Blue) = 31+54+1=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3601 is #E0C9FE. Grayscale: #292929. Windows color (decimal): -14731775 or 79391. OLE color: 79391.

HSL color Cylindrical-coordinate representation of color #1F3601: hue angle of 86.04º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F3601 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 54 1 -
CMYK 0.43 0 0.98 0.79
HSL 86.04º 0.96% 0.11% -
HSV(B) 86.04º 0.98% 0.21% -
XYZ 1.89 2.93 0.5 -
YUV 41.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 31 54 1 0.43 0 0.98 0.79 86.04 0.96 0.11
Hex 1F 36 1 2B 0 62 4F 56 60 B
Octal 37 66 1 53 0 142 117 126 140 13
Binary 11111 110110 1 101011 0 1100010 1001111 1010110 1100000 1011

Color Harmonies of #1F3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3601

Black with #1F3601

Text Example


Text Example

White with #1F3601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,1); }

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

background-color css

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

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

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

border-color css

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

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

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