Html Css Color HEX #0C1202 Pine Tree

📋 copy color: '#0C1202'

red 12 ◦ green 18 ◦ blue 2

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

Shades of Pine Tree #0C1202

Tints of Pine Tree #0C1202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 56.25%

 BLUE value IS 2 (1.17% from 255) = 6.25%

R = 37.5%
G = 56.25%
B = 6.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#0C1202 (or 0x0C1202) is known color: Pine Tree. HEX triplet: 0C, 12 and 02. RGB value is (12,18,2). Sum of RGB (Red+Green+Blue) = 12+18+2=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #0C1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1202 is #F3EDFD. Grayscale: #0E0E0E. Windows color (decimal): -15986174 or 135692. OLE color: 135692.

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

Color convert

RGB 12 18 2 -
CMYK 0.33 0 0.89 0.93
HSL 82.5º 0.8% 0.04% -
HSV(B) 82.5º 0.89% 0.07% -
XYZ 0.38 0.52 0.14 -
YUV 14.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 12 18 2 0.33 0 0.89 0.93 82.5 0.8 0.04
Hex C 12 2 21 0 59 5D 52 50 4
Octal 14 22 2 41 0 131 135 122 120 4
Binary 1100 10010 10 100001 0 1011001 1011101 1010010 1010000 100

Color Harmonies of #0C1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1202

Black with #0C1202

Text Example


Text Example

White with #0C1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,18,2); }

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

background-color css

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

 a { background-color: rgb(12,18,2); }

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

border-color css

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

 span { border-color: rgb(12,18,2); }

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