Html Css Color HEX #0C1301 Pine Tree

📋 copy color: '#0C1301'

red 12 ◦ green 19 ◦ blue 1

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

Shades of Pine Tree #0C1301

Tints of Pine Tree #0C1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 59.38%

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

R = 37.5%
G = 59.38%
B = 3.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#0C1301 (or 0x0C1301) is known color: Pine Tree. HEX triplet: 0C, 13 and 01. RGB value is (12,19,1). Sum of RGB (Red+Green+Blue) = 12+19+1=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1301 is #F3ECFE. Grayscale: #0E0E0E. Windows color (decimal): -15985919 or 70412. OLE color: 70412.

HSL color Cylindrical-coordinate representation of color #0C1301: hue angle of 83.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1301 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 19 1 -
CMYK 0.37 0 0.95 0.93
HSL 83.33º 0.9% 0.04% -
HSV(B) 83.33º 0.95% 0.07% -
XYZ 0.39 0.55 0.11 -
YUV 14.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 12 19 1 0.37 0 0.95 0.93 83.33 0.9 0.04
Hex C 13 1 25 0 5F 5D 53 5A 4
Octal 14 23 1 45 0 137 135 123 132 4
Binary 1100 10011 1 100101 0 1011111 1011101 1010011 1011010 100

Color Harmonies of #0C1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1301

Black with #0C1301

Text Example


Text Example

White with #0C1301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,1); }

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

background-color css

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

 a { background-color: rgb(12,19,1); }

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

border-color css

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

 span { border-color: rgb(12,19,1); }

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