Html Css Color HEX #1F3406 Pine Tree

📋 copy color: '#1F3406'

red 31 ◦ green 52 ◦ blue 6

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

Shades of Pine Tree #1F3406

Tints of Pine Tree #1F3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

 BLUE value IS 6 (2.73% from 255) = 6.74%

R = 34.83%
G = 58.43%
B = 6.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#1F3406 (or 0x1F3406) is known color: Pine Tree. HEX triplet: 1F, 34 and 06. RGB value is (31,52,6). Sum of RGB (Red+Green+Blue) = 31+52+6=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3406 is #E0CBF9. Grayscale: #282828. Windows color (decimal): -14732282 or 406559. OLE color: 406559.

HSL color Cylindrical-coordinate representation of color #1F3406: hue angle of 87.39º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F3406 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 52 6 -
CMYK 0.40 0 0.88 0.80
HSL 87.39º 0.79% 0.11% -
HSV(B) 87.39º 0.88% 0.2% -
XYZ 1.83 2.76 0.61 -
YUV 40.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 31 52 6 0.40 0 0.88 0.80 87.39 0.79 0.11
Hex 1F 34 6 28 0 58 50 57 4F B
Octal 37 64 6 50 0 130 120 127 117 13
Binary 11111 110100 110 101000 0 1011000 1010000 1010111 1001111 1011

Color Harmonies of #1F3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3406

Black with #1F3406

Text Example


Text Example

White with #1F3406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,52,6); }

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

background-color css

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

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

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

border-color css

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

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

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