Html Css Color HEX #0A1605 Pine Tree

📋 copy color: '#0A1605'

red 10 ◦ green 22 ◦ blue 5

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

Shades of Pine Tree #0A1605

Tints of Pine Tree #0A1605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 59.46%

 BLUE value IS 5 (2.34% from 255) = 13.51%

R = 27.03%
G = 59.46%
B = 13.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.91

RGB Variations

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

Color information

#0A1605 (or 0x0A1605) is known color: Pine Tree. HEX triplet: 0A, 16 and 05. RGB value is (10,22,5). Sum of RGB (Red+Green+Blue) = 10+22+5=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1605 is #F5E9FA. Grayscale: #101010. Windows color (decimal): -16116219 or 333322. OLE color: 333322.

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

Color convert

RGB 10 22 5 -
CMYK 0.55 0 0.77 0.91
HSL 102.35º 0.63% 0.05% -
HSV(B) 102.35º 0.77% 0.09% -
XYZ 0.44 0.65 0.25 -
YUV 16.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 10 22 5 0.55 0 0.77 0.91 102.35 0.63 0.05
Hex A 16 5 37 0 4D 5B 66 3F 5
Octal 12 26 5 67 0 115 133 146 77 5
Binary 1010 10110 101 110111 0 1001101 1011011 1100110 111111 101

Color Harmonies of #0A1605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1605

Black with #0A1605

Text Example


Text Example

White with #0A1605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,22,5); }

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

background-color css

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

 a { background-color: rgb(10,22,5); }

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

border-color css

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

 span { border-color: rgb(10,22,5); }

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