Html Css Color HEX #0C1400 Pine Tree

📋 copy color: '#0C1400'

red 12 ◦ green 20 ◦ blue 0

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

Shades of Pine Tree #0C1400

Tints of Pine Tree #0C1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 62.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.5%
G = 62.5%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#0C1400 (or 0x0C1400) is known color: Pine Tree. HEX triplet: 0C, 14 and 00. RGB value is (12,20,0). Sum of RGB (Red+Green+Blue) = 12+20+0=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1400 is #F3EBFF. Grayscale: #0F0F0F. Windows color (decimal): -15985664 or 5132. OLE color: 5132.

HSL color Cylindrical-coordinate representation of color #0C1400: hue angle of 84º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1400 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 0 -
CMYK 0.40 0 1 0.92
HSL 84º 1% 0.04% -
HSV(B) 84º 1% 0.08% -
XYZ 0.4 0.58 0.09 -
YUV 15.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 12 20 0 0.40 0 1 0.92 84 1 0.04
Hex C 14 0 28 0 64 5C 54 64 4
Octal 14 24 0 50 0 144 134 124 144 4
Binary 1100 10100 0 101000 0 1100100 1011100 1010100 1100100 100

Color Harmonies of #0C1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1400

Black with #0C1400

Text Example


Text Example

White with #0C1400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,0); }

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

background-color css

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

 a { background-color: rgb(12,20,0); }

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

border-color css

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

 span { border-color: rgb(12,20,0); }

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