Html Css Color HEX #0C1003 Pine Tree

📋 copy color: '#0C1003'

red 12 ◦ green 16 ◦ blue 3

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

Shades of Pine Tree #0C1003

Tints of Pine Tree #0C1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 51.61%

 BLUE value IS 3 (1.56% from 255) = 9.68%

R = 38.71%
G = 51.61%
B = 9.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#0C1003 (or 0x0C1003) is known color: Pine Tree. HEX triplet: 0C, 10 and 03. RGB value is (12,16,3). Sum of RGB (Red+Green+Blue) = 12+16+3=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #0C1003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1003 is #F3EFFC. Grayscale: #0D0D0D. Windows color (decimal): -15986685 or 200716. OLE color: 200716.

HSL color Cylindrical-coordinate representation of color #0C1003: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1003 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 16 3 -
CMYK 0.25 0 0.81 0.94
HSL 78.46º 0.68% 0.04% -
HSV(B) 78.46º 0.81% 0.06% -
XYZ 0.35 0.46 0.16 -
YUV 13.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 12 16 3 0.25 0 0.81 0.94 78.46 0.68 0.04
Hex C 10 3 19 0 51 5E 4E 44 4
Octal 14 20 3 31 0 121 136 116 104 4
Binary 1100 10000 11 11001 0 1010001 1011110 1001110 1000100 100

Color Harmonies of #0C1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1003

Black with #0C1003

Text Example


Text Example

White with #0C1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,16,3); }

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

background-color css

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

 a { background-color: rgb(12,16,3); }

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

border-color css

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

 span { border-color: rgb(12,16,3); }

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