Html Css Color HEX #1F2317 Pine Tree

📋 copy color: '#1F2317'

red 31 ◦ green 35 ◦ blue 23

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

Shades of Pine Tree #1F2317

Tints of Pine Tree #1F2317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 34.83%
G = 39.33%
B = 25.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#1F2317 (or 0x1F2317) is known color: Pine Tree. HEX triplet: 1F, 23 and 17. RGB value is (31,35,23). Sum of RGB (Red+Green+Blue) = 31+35+23=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2317 is #E0DCE8. Grayscale: #202020. Windows color (decimal): -14736617 or 1516319. OLE color: 1516319.

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

Color convert

RGB 31 35 23 -
CMYK 0.11 0 0.34 0.86
HSL 80º 0.21% 0.11% -
HSV(B) 80º 0.34% 0.14% -
XYZ 1.32 1.56 1.04 -
YUV 32.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 31 35 23 0.11 0 0.34 0.86 80 0.21 0.11
Hex 1F 23 17 B 0 22 56 50 15 B
Octal 37 43 27 13 0 42 126 120 25 13
Binary 11111 100011 10111 1011 0 100010 1010110 1010000 10101 1011

Color Harmonies of #1F2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2317

Black with #1F2317

Text Example


Text Example

White with #1F2317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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