Html Css Color HEX #171F01 Pine Tree

📋 copy color: '#171F01'

red 23 ◦ green 31 ◦ blue 1

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

Shades of Pine Tree #171F01

Tints of Pine Tree #171F01

RGB

 RED value IS 23 (9.38% from 255) = 41.82%

 GREEN value IS 31 (12.5% from 255) = 56.36%

 BLUE value IS 1 (0.78% from 255) = 1.82%

R = 41.82%
G = 56.36%
B = 1.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#171F01 (or 0x171F01) is known color: Pine Tree. HEX triplet: 17, 1F and 01. RGB value is (23,31,1). Sum of RGB (Red+Green+Blue) = 23+31+1=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #171F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F01 is #E8E0FE. Grayscale: #191919. Windows color (decimal): -15261951 or 73495. OLE color: 73495.

HSL color Cylindrical-coordinate representation of color #171F01: hue angle of 76º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #171F01 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 23 31 1 -
CMYK 0.26 0 0.97 0.88
HSL 76º 0.94% 0.06% -
HSV(B) 76º 0.97% 0.12% -
XYZ 0.85 1.16 0.21 -
YUV 25.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 23 31 1 0.26 0 0.97 0.88 76 0.94 0.06
Hex 17 1F 1 1A 0 61 58 4C 5E 6
Octal 27 37 1 32 0 141 130 114 136 6
Binary 10111 11111 1 11010 0 1100001 1011000 1001100 1011110 110

Color Harmonies of #171F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171F01

Black with #171F01

Text Example


Text Example

White with #171F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171F01; }

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

 H1.HeaderClassName
 {
   color: #171F01;
 }
 .AnyTagClassName
 {
   color: #171F01;
 }
</style>

background-color css

<style>
 a { background-color: #171F01; }

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

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

border-color css

<style>
 span { border-color: #171F01; }

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

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