Html Css Color HEX #0C1A00 Pine Tree

📋 copy color: '#0C1A00'

red 12 ◦ green 26 ◦ blue 0

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

Shades of Pine Tree #0C1A00

Tints of Pine Tree #0C1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 68.42%

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

R = 31.58%
G = 68.42%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#0C1A00 (or 0x0C1A00) is known color: Pine Tree. HEX triplet: 0C, 1A and 00. RGB value is (12,26,0). Sum of RGB (Red+Green+Blue) = 12+26+0=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A00 is #F3E5FF. Grayscale: #121212. Windows color (decimal): -15984128 or 6668. OLE color: 6668.

HSL color Cylindrical-coordinate representation of color #0C1A00: hue angle of 92.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1A00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 26 0 -
CMYK 0.54 0 1 0.90
HSL 92.31º 1% 0.05% -
HSV(B) 92.31º 1% 0.1% -
XYZ 0.52 0.82 0.13 -
YUV 18.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 12 26 0 0.54 0 1 0.90 92.31 1 0.05
Hex C 1A 0 36 0 64 5A 5C 64 5
Octal 14 32 0 66 0 144 132 134 144 5
Binary 1100 11010 0 110110 0 1100100 1011010 1011100 1100100 101

Color Harmonies of #0C1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A00

Black with #0C1A00

Text Example


Text Example

White with #0C1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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