Html Css Color HEX #1F2815 Pine Tree

📋 copy color: '#1F2815'

red 31 ◦ green 40 ◦ blue 21

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

Shades of Pine Tree #1F2815

Tints of Pine Tree #1F2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 43.48%

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 33.7%
G = 43.48%
B = 22.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#1F2815 (or 0x1F2815) is known color: Pine Tree. HEX triplet: 1F, 28 and 15. RGB value is (31,40,21). Sum of RGB (Red+Green+Blue) = 31+40+21=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2815 is #E0D7EA. Grayscale: #232323. Windows color (decimal): -14735339 or 1386527. OLE color: 1386527.

HSL color Cylindrical-coordinate representation of color #1F2815: hue angle of 88.42º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F2815 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 31 40 21 -
CMYK 0.22 0 0.48 0.84
HSL 88.42º 0.31% 0.12% -
HSV(B) 88.42º 0.48% 0.16% -
XYZ 1.46 1.86 0.99 -
YUV 35.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 31 40 21 0.22 0 0.48 0.84 88.42 0.31 0.12
Hex 1F 28 15 16 0 30 54 58 1F C
Octal 37 50 25 26 0 60 124 130 37 14
Binary 11111 101000 10101 10110 0 110000 1010100 1011000 11111 1100

Color Harmonies of #1F2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2815

Black with #1F2815

Text Example


Text Example

White with #1F2815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,40,21); }

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

background-color css

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

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

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

border-color css

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

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

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