Html Css Color HEX #0A1603 Pine Tree

📋 copy color: '#0A1603'

red 10 ◦ green 22 ◦ blue 3

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

Shades of Pine Tree #0A1603

Tints of Pine Tree #0A1603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 62.86%

 BLUE value IS 3 (1.56% from 255) = 8.57%

R = 28.57%
G = 62.86%
B = 8.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.91

RGB Variations

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

Color information

#0A1603 (or 0x0A1603) is known color: Pine Tree. HEX triplet: 0A, 16 and 03. RGB value is (10,22,3). Sum of RGB (Red+Green+Blue) = 10+22+3=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1603 is #F5E9FC. Grayscale: #101010. Windows color (decimal): -16116221 or 202250. OLE color: 202250.

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

Color convert

RGB 10 22 3 -
CMYK 0.55 0 0.86 0.91
HSL 97.89º 0.76% 0.05% -
HSV(B) 97.89º 0.86% 0.09% -
XYZ 0.43 0.64 0.19 -
YUV 16.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 10 22 3 0.55 0 0.86 0.91 97.89 0.76 0.05
Hex A 16 3 37 0 56 5B 62 4C 5
Octal 12 26 3 67 0 126 133 142 114 5
Binary 1010 10110 11 110111 0 1010110 1011011 1100010 1001100 101

Color Harmonies of #0A1603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1603

Black with #0A1603

Text Example


Text Example

White with #0A1603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,22,3); }

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

background-color css

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

 a { background-color: rgb(10,22,3); }

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

border-color css

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

 span { border-color: rgb(10,22,3); }

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