Html Css Color HEX #173002 Pine Tree

📋 copy color: '#173002'

red 23 ◦ green 48 ◦ blue 2

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

Shades of Pine Tree #173002

Tints of Pine Tree #173002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.74%

R = 31.51%
G = 65.75%
B = 2.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#173002 (or 0x173002) is known color: Pine Tree. HEX triplet: 17, 30 and 02. RGB value is (23,48,2). Sum of RGB (Red+Green+Blue) = 23+48+2=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #173002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173002 is #E8CFFD. Grayscale: #232323. Windows color (decimal): -15257598 or 143383. OLE color: 143383.

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

Color convert

RGB 23 48 2 -
CMYK 0.52 0 0.96 0.81
HSL 92.61º 0.92% 0.1% -
HSV(B) 92.61º 0.96% 0.19% -
XYZ 1.42 2.3 0.43 -
YUV 35.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 23 48 2 0.52 0 0.96 0.81 92.61 0.92 0.1
Hex 17 30 2 34 0 60 51 5D 5C A
Octal 27 60 2 64 0 140 121 135 134 12
Binary 10111 110000 10 110100 0 1100000 1010001 1011101 1011100 1010

Color Harmonies of #173002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173002

Black with #173002

Text Example


Text Example

White with #173002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173002; }

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

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

background-color css

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

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

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

border-color css

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

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

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