Html Css Color HEX #0C1403 Pine Tree

📋 copy color: '#0C1403'

red 12 ◦ green 20 ◦ blue 3

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

Shades of Pine Tree #0C1403

Tints of Pine Tree #0C1403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.57%

R = 34.29%
G = 57.14%
B = 8.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#0C1403 (or 0x0C1403) is known color: Pine Tree. HEX triplet: 0C, 14 and 03. RGB value is (12,20,3). Sum of RGB (Red+Green+Blue) = 12+20+3=35 (4% of max value = 765). Red value is 12 (5.08% from 255 or 34.29% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1403 is #F3EBFC. Grayscale: #0F0F0F. Windows color (decimal): -15985661 or 201740. OLE color: 201740.

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

Color convert

RGB 12 20 3 -
CMYK 0.40 0 0.85 0.92
HSL 88.24º 0.74% 0.05% -
HSV(B) 88.24º 0.85% 0.08% -
XYZ 0.42 0.59 0.18 -
YUV 15.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 12 20 3 0.40 0 0.85 0.92 88.24 0.74 0.05
Hex C 14 3 28 0 55 5C 58 4A 5
Octal 14 24 3 50 0 125 134 130 112 5
Binary 1100 10100 11 101000 0 1010101 1011100 1011000 1001010 101

Color Harmonies of #0C1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1403

Black with #0C1403

Text Example


Text Example

White with #0C1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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