Html Css Color HEX #0A0D03 Pine Tree

📋 copy color: '#0A0D03'

red 10 ◦ green 13 ◦ blue 3

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

Shades of Pine Tree #0A0D03

Tints of Pine Tree #0A0D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 50%

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

R = 38.46%
G = 50%
B = 11.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.95

RGB Variations

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

Color information

#0A0D03 (or 0x0A0D03) is known color: Pine Tree. HEX triplet: 0A, 0D and 03. RGB value is (10,13,3). Sum of RGB (Red+Green+Blue) = 10+13+3=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 13 (5.47% from 255 or 50% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 13 - color contains mainly: green. Hex color #0A0D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D03 is #F5F2FC. Grayscale: #0B0B0B. Windows color (decimal): -16118525 or 199946. OLE color: 199946.

HSL color Cylindrical-coordinate representation of color #0A0D03: hue angle of 78º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A0D03 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.95.

Color convert

RGB 10 13 3 -
CMYK 0.23 0 0.77 0.95
HSL 78º 0.63% 0.03% -
HSV(B) 78º 0.77% 0.05% -
XYZ 0.29 0.36 0.14 -
YUV 10.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 10 13 3 0.23 0 0.77 0.95 78 0.63 0.03
Hex A D 3 17 0 4D 5F 4E 3E 3
Octal 12 15 3 27 0 115 137 116 76 3
Binary 1010 1101 11 10111 0 1001101 1011111 1001110 111110 11

Color Harmonies of #0A0D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D03

Black with #0A0D03

Text Example


Text Example

White with #0A0D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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