Html Css Color HEX #0A1504 Pine Tree

📋 copy color: '#0A1504'

red 10 ◦ green 21 ◦ blue 4

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

Shades of Pine Tree #0A1504

Tints of Pine Tree #0A1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 60%

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

R = 28.57%
G = 60%
B = 11.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#0A1504 (or 0x0A1504) is known color: Pine Tree. HEX triplet: 0A, 15 and 04. RGB value is (10,21,4). Sum of RGB (Red+Green+Blue) = 10+21+4=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1504 is #F5EAFB. Grayscale: #0F0F0F. Windows color (decimal): -16116476 or 267530. OLE color: 267530.

HSL color Cylindrical-coordinate representation of color #0A1504: hue angle of 98.82º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1504 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 21 4 -
CMYK 0.52 0 0.81 0.92
HSL 98.82º 0.68% 0.05% -
HSV(B) 98.82º 0.81% 0.08% -
XYZ 0.42 0.61 0.21 -
YUV 15.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 10 21 4 0.52 0 0.81 0.92 98.82 0.68 0.05
Hex A 15 4 34 0 51 5C 63 44 5
Octal 12 25 4 64 0 121 134 143 104 5
Binary 1010 10101 100 110100 0 1010001 1011100 1100011 1000100 101

Color Harmonies of #0A1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1504

Black with #0A1504

Text Example


Text Example

White with #0A1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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