Html Css Color HEX #173000 Pine Tree

📋 copy color: '#173000'

red 23 ◦ green 48 ◦ blue 0

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

Shades of Pine Tree #173000

Tints of Pine Tree #173000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.39%
G = 67.61%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#173000 (or 0x173000) is known color: Pine Tree. HEX triplet: 17, 30 and 00. RGB value is (23,48,0). Sum of RGB (Red+Green+Blue) = 23+48+0=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #173000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173000 is #E8CFFF. Grayscale: #232323. Windows color (decimal): -15257600 or 12311. OLE color: 12311.

HSL color Cylindrical-coordinate representation of color #173000: hue angle of 91.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #173000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 48 0 -
CMYK 0.52 0 1 0.81
HSL 91.25º 1% 0.09% -
HSV(B) 91.25º 1% 0.19% -
XYZ 1.41 2.3 0.37 -
YUV 35.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 23 48 0 0.52 0 1 0.81 91.25 1 0.09
Hex 17 30 0 34 0 64 51 5B 64 9
Octal 27 60 0 64 0 144 121 133 144 11
Binary 10111 110000 0 110100 0 1100100 1010001 1011011 1100100 1001

Color Harmonies of #173000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173000

Black with #173000

Text Example


Text Example

White with #173000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173000; }

 p { color: rgb(23,48,0); }

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

background-color css

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

 a { background-color: rgb(23,48,0); }

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

border-color css

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

 span { border-color: rgb(23,48,0); }

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