Html Css Color HEX #0A1300 Pine Tree

📋 copy color: '#0A1300'

red 10 ◦ green 19 ◦ blue 0

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

Shades of Pine Tree #0A1300

Tints of Pine Tree #0A1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 65.52%

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

R = 34.48%
G = 65.52%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#0A1300 (or 0x0A1300) is known color: Pine Tree. HEX triplet: 0A, 13 and 00. RGB value is (10,19,0). Sum of RGB (Red+Green+Blue) = 10+19+0=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1300 is #F5ECFF. Grayscale: #0E0E0E. Windows color (decimal): -16116992 or 4874. OLE color: 4874.

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

Color convert

RGB 10 19 0 -
CMYK 0.47 0 1 0.93
HSL 88.42º 1% 0.04% -
HSV(B) 88.42º 1% 0.07% -
XYZ 0.36 0.53 0.08 -
YUV 14.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 10 19 0 0.47 0 1 0.93 88.42 1 0.04
Hex A 13 0 2F 0 64 5D 58 64 4
Octal 12 23 0 57 0 144 135 130 144 4
Binary 1010 10011 0 101111 0 1100100 1011101 1011000 1100100 100

Color Harmonies of #0A1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1300

Black with #0A1300

Text Example


Text Example

White with #0A1300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,0); }

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

background-color css

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

 a { background-color: rgb(10,19,0); }

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

border-color css

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

 span { border-color: rgb(10,19,0); }

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