Html Css Color HEX #172F00 Pine Tree

📋 copy color: '#172F00'

red 23 ◦ green 47 ◦ blue 0

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

Shades of Pine Tree #172F00

Tints of Pine Tree #172F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 67.14%

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

R = 32.86%
G = 67.14%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.82

RGB Variations

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

Color information

#172F00 (or 0x172F00) is known color: Pine Tree. HEX triplet: 17, 2F and 00. RGB value is (23,47,0). Sum of RGB (Red+Green+Blue) = 23+47+0=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 47 (18.75% from 255 or 67.14% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 47 - color contains mainly: green. Hex color #172F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172F00 is #E8D0FF. Grayscale: #222222. Windows color (decimal): -15257856 or 12055. OLE color: 12055.

HSL color Cylindrical-coordinate representation of color #172F00: hue angle of 90.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #172F00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 47 0 -
CMYK 0.51 0 1 0.82
HSL 90.64º 1% 0.09% -
HSV(B) 90.64º 1% 0.18% -
XYZ 1.37 2.22 0.36 -
YUV 34.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 23 47 0 0.51 0 1 0.82 90.64 1 0.09
Hex 17 2F 0 33 0 64 52 5B 64 9
Octal 27 57 0 63 0 144 122 133 144 11
Binary 10111 101111 0 110011 0 1100100 1010010 1011011 1100100 1001

Color Harmonies of #172F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F00

Black with #172F00

Text Example


Text Example

White with #172F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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