Html Css Color HEX #0A1302 Pine Tree

📋 copy color: '#0A1302'

red 10 ◦ green 19 ◦ blue 2

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

Shades of Pine Tree #0A1302

Tints of Pine Tree #0A1302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 6.45%

R = 32.26%
G = 61.29%
B = 6.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#0A1302 (or 0x0A1302) is known color: Pine Tree. HEX triplet: 0A, 13 and 02. RGB value is (10,19,2). Sum of RGB (Red+Green+Blue) = 10+19+2=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1302 is #F5ECFD. Grayscale: #0E0E0E. Windows color (decimal): -16116990 or 135946. OLE color: 135946.

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

Color convert

RGB 10 19 2 -
CMYK 0.47 0 0.89 0.93
HSL 91.76º 0.81% 0.04% -
HSV(B) 91.76º 0.89% 0.07% -
XYZ 0.37 0.53 0.14 -
YUV 14.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 10 19 2 0.47 0 0.89 0.93 91.76 0.81 0.04
Hex A 13 2 2F 0 59 5D 5C 51 4
Octal 12 23 2 57 0 131 135 134 121 4
Binary 1010 10011 10 101111 0 1011001 1011101 1011100 1010001 100

Color Harmonies of #0A1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1302

Black with #0A1302

Text Example


Text Example

White with #0A1302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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