Html Css Color HEX #0C1503 Pine Tree

📋 copy color: '#0C1503'

red 12 ◦ green 21 ◦ blue 3

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

Shades of Pine Tree #0C1503

Tints of Pine Tree #0C1503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 58.33%

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

R = 33.33%
G = 58.33%
B = 8.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#0C1503 (or 0x0C1503) is known color: Pine Tree. HEX triplet: 0C, 15 and 03. RGB value is (12,21,3). Sum of RGB (Red+Green+Blue) = 12+21+3=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1503 is #F3EAFC. Grayscale: #101010. Windows color (decimal): -15985405 or 201996. OLE color: 201996.

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

Color convert

RGB 12 21 3 -
CMYK 0.43 0 0.86 0.92
HSL 90º 0.75% 0.05% -
HSV(B) 90º 0.86% 0.08% -
XYZ 0.44 0.62 0.18 -
YUV 16.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 12 21 3 0.43 0 0.86 0.92 90 0.75 0.05
Hex C 15 3 2B 0 56 5C 5A 4B 5
Octal 14 25 3 53 0 126 134 132 113 5
Binary 1100 10101 11 101011 0 1010110 1011100 1011010 1001011 101

Color Harmonies of #0C1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1503

Black with #0C1503

Text Example


Text Example

White with #0C1503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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