Html Css Color HEX #0A1801 Pine Tree

📋 copy color: '#0A1801'

red 10 ◦ green 24 ◦ blue 1

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

Shades of Pine Tree #0A1801

Tints of Pine Tree #0A1801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 68.57%

 BLUE value IS 1 (0.78% from 255) = 2.86%

R = 28.57%
G = 68.57%
B = 2.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#0A1801 (or 0x0A1801) is known color: Pine Tree. HEX triplet: 0A, 18 and 01. RGB value is (10,24,1). Sum of RGB (Red+Green+Blue) = 10+24+1=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1801 is #F5E7FE. Grayscale: #111111. Windows color (decimal): -16115711 or 71690. OLE color: 71690.

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

Color convert

RGB 10 24 1 -
CMYK 0.58 0 0.96 0.91
HSL 96.52º 0.92% 0.05% -
HSV(B) 96.52º 0.96% 0.09% -
XYZ 0.46 0.72 0.14 -
YUV 17.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 10 24 1 0.58 0 0.96 0.91 96.52 0.92 0.05
Hex A 18 1 3A 0 60 5B 61 5C 5
Octal 12 30 1 72 0 140 133 141 134 5
Binary 1010 11000 1 111010 0 1100000 1011011 1100001 1011100 101

Color Harmonies of #0A1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1801

Black with #0A1801

Text Example


Text Example

White with #0A1801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,1); }

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

background-color css

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

 a { background-color: rgb(10,24,1); }

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

border-color css

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

 span { border-color: rgb(10,24,1); }

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