Html Css Color HEX #1F3705 Pine Tree

📋 copy color: '#1F3705'

red 31 ◦ green 55 ◦ blue 5

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

Shades of Pine Tree #1F3705

Tints of Pine Tree #1F3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 60.44%

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 34.07%
G = 60.44%
B = 5.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#1F3705 (or 0x1F3705) is known color: Pine Tree. HEX triplet: 1F, 37 and 05. RGB value is (31,55,5). Sum of RGB (Red+Green+Blue) = 31+55+5=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3705 is #E0C8FA. Grayscale: #2A2A2A. Windows color (decimal): -14731515 or 341791. OLE color: 341791.

HSL color Cylindrical-coordinate representation of color #1F3705: hue angle of 88.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F3705 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 55 5 -
CMYK 0.44 0 0.91 0.78
HSL 88.8º 0.83% 0.12% -
HSV(B) 88.8º 0.91% 0.22% -
XYZ 1.96 3.03 0.63 -
YUV 42.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 31 55 5 0.44 0 0.91 0.78 88.8 0.83 0.12
Hex 1F 37 5 2C 0 5B 4E 59 53 C
Octal 37 67 5 54 0 133 116 131 123 14
Binary 11111 110111 101 101100 0 1011011 1001110 1011001 1010011 1100

Color Harmonies of #1F3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3705

Black with #1F3705

Text Example


Text Example

White with #1F3705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,5); }

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

background-color css

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

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

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

border-color css

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

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

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