Html Css Color HEX #0C1A01 Pine Tree

📋 copy color: '#0C1A01'

red 12 ◦ green 26 ◦ blue 1

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

Shades of Pine Tree #0C1A01

Tints of Pine Tree #0C1A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.56%

R = 30.77%
G = 66.67%
B = 2.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#0C1A01 (or 0x0C1A01) is known color: Pine Tree. HEX triplet: 0C, 1A and 01. RGB value is (12,26,1). Sum of RGB (Red+Green+Blue) = 12+26+1=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A01 is #F3E5FE. Grayscale: #131313. Windows color (decimal): -15984127 or 72204. OLE color: 72204.

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

Color convert

RGB 12 26 1 -
CMYK 0.54 0 0.96 0.90
HSL 93.6º 0.93% 0.05% -
HSV(B) 93.6º 0.96% 0.1% -
XYZ 0.53 0.82 0.16 -
YUV 18.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 12 26 1 0.54 0 0.96 0.90 93.6 0.93 0.05
Hex C 1A 1 36 0 60 5A 5E 5D 5
Octal 14 32 1 66 0 140 132 136 135 5
Binary 1100 11010 1 110110 0 1100000 1011010 1011110 1011101 101

Color Harmonies of #0C1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A01

Black with #0C1A01

Text Example


Text Example

White with #0C1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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