Html Css Color HEX #0A1601 Pine Tree

📋 copy color: '#0A1601'

red 10 ◦ green 22 ◦ blue 1

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

Shades of Pine Tree #0A1601

Tints of Pine Tree #0A1601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 3.03%

R = 30.3%
G = 66.67%
B = 3.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#0A1601 (or 0x0A1601) is known color: Pine Tree. HEX triplet: 0A, 16 and 01. RGB value is (10,22,1). Sum of RGB (Red+Green+Blue) = 10+22+1=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 22 (8.98% from 255 or 66.67% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1601 is #F5E9FE. Grayscale: #101010. Windows color (decimal): -16116223 or 71178. OLE color: 71178.

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

Color convert

RGB 10 22 1 -
CMYK 0.55 0 0.95 0.91
HSL 94.29º 0.91% 0.05% -
HSV(B) 94.29º 0.95% 0.09% -
XYZ 0.42 0.64 0.13 -
YUV 16.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 10 22 1 0.55 0 0.95 0.91 94.29 0.91 0.05
Hex A 16 1 37 0 5F 5B 5E 5B 5
Octal 12 26 1 67 0 137 133 136 133 5
Binary 1010 10110 1 110111 0 1011111 1011011 1011110 1011011 101

Color Harmonies of #0A1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1601

Black with #0A1601

Text Example


Text Example

White with #0A1601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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