Html Css Color HEX #0A1804 Pine Tree

📋 copy color: '#0A1804'

red 10 ◦ green 24 ◦ blue 4

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

Shades of Pine Tree #0A1804

Tints of Pine Tree #0A1804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10.53%

R = 26.32%
G = 63.16%
B = 10.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#0A1804 (or 0x0A1804) is known color: Pine Tree. HEX triplet: 0A, 18 and 04. RGB value is (10,24,4). Sum of RGB (Red+Green+Blue) = 10+24+4=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1804 is #F5E7FB. Grayscale: #111111. Windows color (decimal): -16115708 or 268298. OLE color: 268298.

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

Color convert

RGB 10 24 4 -
CMYK 0.58 0 0.83 0.91
HSL 102º 0.71% 0.05% -
HSV(B) 102º 0.83% 0.09% -
XYZ 0.47 0.73 0.23 -
YUV 17.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 10 24 4 0.58 0 0.83 0.91 102 0.71 0.05
Hex A 18 4 3A 0 53 5B 66 47 5
Octal 12 30 4 72 0 123 133 146 107 5
Binary 1010 11000 100 111010 0 1010011 1011011 1100110 1000111 101

Color Harmonies of #0A1804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1804

Black with #0A1804

Text Example


Text Example

White with #0A1804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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