#0A1700

Color #0A1700 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0A1700

Tints of Pine Tree #0A1700

Color information

#0A1700 (or 0x0A1700) is unknown color: approx Pine Tree. HEX triplet: 0A, 17 and 00. RGB value is (10,23,0). Sum of RGB (Red+Green+Blue) = 10+23+0=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 23 (9.38% from 255 or 69.70% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1700 is #F5E8FF. Grayscale: #101010. Windows color (decimal): -16115968 or 5898. OLE color: 5898.

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

Color convert

RGB10230-
CMYK0.57010.91
HSL93.91º100%4.51%-
HSV(B)93.91º100%9.02%-
XYZ0.430.680.11-
YUV16.49118.69123.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 30.30%
GREEN value IS 23 (9.38% from 255) = 69.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.30%
G=69.70%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102300.57010.9193.911004.51
HexA170390645B5e645
Octal122707101441331361445
Binary101010111011100101100100101101110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1700; }

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

 H1.HeaderClassName
 {
   color: #0A1700;
 }
 .AnyTagClassName
 {
   color: #0A1700;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0A1700;
 }
 .BgClassName
 {
   background-color: #0A1700;
 }
</style>
border-color css

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

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

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