Html Css Color HEX #0C1606 Pine Tree

📋 copy color: '#0C1606'

red 12 ◦ green 22 ◦ blue 6

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

Shades of Pine Tree #0C1606

Tints of Pine Tree #0C1606

RGB

 RED value IS 12 (5.08% from 255) = 30%

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

 BLUE value IS 6 (2.73% from 255) = 15%

R = 30%
G = 55%
B = 15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#0C1606 (or 0x0C1606) is known color: Pine Tree. HEX triplet: 0C, 16 and 06. RGB value is (12,22,6). Sum of RGB (Red+Green+Blue) = 12+22+6=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1606 is #F3E9F9. Grayscale: #111111. Windows color (decimal): -15985146 or 398860. OLE color: 398860.

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

Color convert

RGB 12 22 6 -
CMYK 0.45 0 0.73 0.91
HSL 97.5º 0.57% 0.05% -
HSV(B) 97.5º 0.73% 0.09% -
XYZ 0.47 0.67 0.28 -
YUV 17.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 12 22 6 0.45 0 0.73 0.91 97.5 0.57 0.05
Hex C 16 6 2D 0 49 5B 62 39 5
Octal 14 26 6 55 0 111 133 142 71 5
Binary 1100 10110 110 101101 0 1001001 1011011 1100010 111001 101

Color Harmonies of #0C1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1606

Black with #0C1606

Text Example


Text Example

White with #0C1606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,6); }

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

background-color css

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

 a { background-color: rgb(12,22,6); }

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

border-color css

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

 span { border-color: rgb(12,22,6); }

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