Html Css Color HEX #0C1100 Pine Tree

📋 copy color: '#0C1100'

red 12 ◦ green 17 ◦ blue 0

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

Shades of Pine Tree #0C1100

Tints of Pine Tree #0C1100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 58.62%

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

R = 41.38%
G = 58.62%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#0C1100 (or 0x0C1100) is known color: Pine Tree. HEX triplet: 0C, 11 and 00. RGB value is (12,17,0). Sum of RGB (Red+Green+Blue) = 12+17+0=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #0C1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1100 is #F3EEFF. Grayscale: #0D0D0D. Windows color (decimal): -15986432 or 4364. OLE color: 4364.

HSL color Cylindrical-coordinate representation of color #0C1100: hue angle of 77.65º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1100 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 17 0 -
CMYK 0.29 0 1 0.93
HSL 77.65º 1% 0.03% -
HSV(B) 77.65º 1% 0.07% -
XYZ 0.35 0.48 0.07 -
YUV 13.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 12 17 0 0.29 0 1 0.93 77.65 1 0.03
Hex C 11 0 1D 0 64 5D 4E 64 3
Octal 14 21 0 35 0 144 135 116 144 3
Binary 1100 10001 0 11101 0 1100100 1011101 1001110 1100100 11

Color Harmonies of #0C1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1100

Black with #0C1100

Text Example


Text Example

White with #0C1100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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