Html Css Color HEX #0A1203 Pine Tree

📋 copy color: '#0A1203'

red 10 ◦ green 18 ◦ blue 3

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

Shades of Pine Tree #0A1203

Tints of Pine Tree #0A1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 58.06%

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

R = 32.26%
G = 58.06%
B = 9.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#0A1203 (or 0x0A1203) is known color: Pine Tree. HEX triplet: 0A, 12 and 03. RGB value is (10,18,3). Sum of RGB (Red+Green+Blue) = 10+18+3=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1203 is #F5EDFC. Grayscale: #0D0D0D. Windows color (decimal): -16117245 or 201226. OLE color: 201226.

HSL color Cylindrical-coordinate representation of color #0A1203: hue angle of 92º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A1203 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 18 3 -
CMYK 0.44 0 0.83 0.93
HSL 92º 0.71% 0.04% -
HSV(B) 92º 0.83% 0.07% -
XYZ 0.36 0.5 0.16 -
YUV 13.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 10 18 3 0.44 0 0.83 0.93 92 0.71 0.04
Hex A 12 3 2C 0 53 5D 5C 47 4
Octal 12 22 3 54 0 123 135 134 107 4
Binary 1010 10010 11 101100 0 1010011 1011101 1011100 1000111 100

Color Harmonies of #0A1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1203

Black with #0A1203

Text Example


Text Example

White with #0A1203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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