Html Css Color HEX #1F2319 Pine Tree

📋 copy color: '#1F2319'

red 31 ◦ green 35 ◦ blue 25

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

Shades of Pine Tree #1F2319

Tints of Pine Tree #1F2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.46%

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 34.07%
G = 38.46%
B = 27.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#1F2319 (or 0x1F2319) is known color: Pine Tree. HEX triplet: 1F, 23 and 19. RGB value is (31,35,25). Sum of RGB (Red+Green+Blue) = 31+35+25=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2319 is #E0DCE6. Grayscale: #202020. Windows color (decimal): -14736615 or 1647391. OLE color: 1647391.

HSL color Cylindrical-coordinate representation of color #1F2319: hue angle of 84º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F2319 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 35 25 -
CMYK 0.11 0 0.29 0.86
HSL 84º 0.17% 0.12% -
HSV(B) 84º 0.29% 0.14% -
XYZ 1.34 1.56 1.15 -
YUV 32.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 31 35 25 0.11 0 0.29 0.86 84 0.17 0.12
Hex 1F 23 19 B 0 1D 56 54 11 C
Octal 37 43 31 13 0 35 126 124 21 14
Binary 11111 100011 11001 1011 0 11101 1010110 1010100 10001 1100

Color Harmonies of #1F2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2319

Black with #1F2319

Text Example


Text Example

White with #1F2319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,25); }

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

background-color css

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

 a { background-color: rgb(31,35,25); }

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

border-color css

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

 span { border-color: rgb(31,35,25); }

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