Html Css Color HEX #0A1700 Pine Tree

📋 copy color: '#0A1700'

red 10 ◦ green 23 ◦ blue 0

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

Shades of Pine Tree #0A1700

Tints of Pine Tree #0A1700

RGB

 RED value IS 10 (4.3% from 255) = 30.3%

 GREEN value IS 23 (9.38% from 255) = 69.7%

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

R = 30.3%
G = 69.7%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#0A1700 (or 0x0A1700) is known color: 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

RGB 10 23 0 -
CMYK 0.57 0 1 0.91
HSL 93.91º 1% 0.05% -
HSV(B) 93.91º 1% 0.09% -
XYZ 0.43 0.68 0.11 -
YUV 16.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 10 23 0 0.57 0 1 0.91 93.91 1 0.05
Hex A 17 0 39 0 64 5B 5E 64 5
Octal 12 27 0 71 0 144 133 136 144 5
Binary 1010 10111 0 111001 0 1100100 1011011 1011110 1100100 101

Color Harmonies of #0A1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1700

Black with #0A1700

Text Example


Text Example

White with #0A1700

Text Example


Text Example

HTML Codes & Css Web 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>