Html Css Color HEX #1F2517 Pine Tree

📋 copy color: '#1F2517'

red 31 ◦ green 37 ◦ blue 23

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

Shades of Pine Tree #1F2517

Tints of Pine Tree #1F2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.66%

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

R = 34.07%
G = 40.66%
B = 25.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#1F2517 (or 0x1F2517) is known color: Pine Tree. HEX triplet: 1F, 25 and 17. RGB value is (31,37,23). Sum of RGB (Red+Green+Blue) = 31+37+23=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2517 is #E0DAE8. Grayscale: #212121. Windows color (decimal): -14736105 or 1516831. OLE color: 1516831.

HSL color Cylindrical-coordinate representation of color #1F2517: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2517 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 37 23 -
CMYK 0.16 0 0.38 0.85
HSL 85.71º 0.23% 0.12% -
HSV(B) 85.71º 0.38% 0.15% -
XYZ 1.38 1.68 1.06 -
YUV 33.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 31 37 23 0.16 0 0.38 0.85 85.71 0.23 0.12
Hex 1F 25 17 10 0 26 55 56 17 C
Octal 37 45 27 20 0 46 125 126 27 14
Binary 11111 100101 10111 10000 0 100110 1010101 1010110 10111 1100

Color Harmonies of #1F2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2517

Black with #1F2517

Text Example


Text Example

White with #1F2517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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