Html Css Color HEX #0A1802 Pine Tree

📋 copy color: '#0A1802'

red 10 ◦ green 24 ◦ blue 2

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

Shades of Pine Tree #0A1802

Tints of Pine Tree #0A1802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 66.67%

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

R = 27.78%
G = 66.67%
B = 5.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.91

RGB Variations

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

Color information

#0A1802 (or 0x0A1802) is known color: Pine Tree. HEX triplet: 0A, 18 and 02. RGB value is (10,24,2). Sum of RGB (Red+Green+Blue) = 10+24+2=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 24 (9.77% from 255 or 66.67% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1802 is #F5E7FD. Grayscale: #111111. Windows color (decimal): -16115710 or 137226. OLE color: 137226.

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

Color convert

RGB 10 24 2 -
CMYK 0.58 0 0.92 0.91
HSL 98.18º 0.85% 0.05% -
HSV(B) 98.18º 0.92% 0.09% -
XYZ 0.46 0.72 0.17 -
YUV 17.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 10 24 2 0.58 0 0.92 0.91 98.18 0.85 0.05
Hex A 18 2 3A 0 5C 5B 62 55 5
Octal 12 30 2 72 0 134 133 142 125 5
Binary 1010 11000 10 111010 0 1011100 1011011 1100010 1010101 101

Color Harmonies of #0A1802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1802

Black with #0A1802

Text Example


Text Example

White with #0A1802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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