Html Css Color HEX #0C1308 Pine Tree

📋 copy color: '#0C1308'

red 12 ◦ green 19 ◦ blue 8

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

Shades of Pine Tree #0C1308

Tints of Pine Tree #0C1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

 BLUE value IS 8 (3.52% from 255) = 20.51%

R = 30.77%
G = 48.72%
B = 20.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#0C1308 (or 0x0C1308) is known color: Pine Tree. HEX triplet: 0C, 13 and 08. RGB value is (12,19,8). Sum of RGB (Red+Green+Blue) = 12+19+8=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1308 is #F3ECF7. Grayscale: #0F0F0F. Windows color (decimal): -15985912 or 529164. OLE color: 529164.

HSL color Cylindrical-coordinate representation of color #0C1308: hue angle of 98.18º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C1308 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 19 8 -
CMYK 0.37 0 0.58 0.93
HSL 98.18º 0.41% 0.05% -
HSV(B) 98.18º 0.58% 0.07% -
XYZ 0.43 0.56 0.32 -
YUV 15.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 12 19 8 0.37 0 0.58 0.93 98.18 0.41 0.05
Hex C 13 8 25 0 3A 5D 62 29 5
Octal 14 23 10 45 0 72 135 142 51 5
Binary 1100 10011 1000 100101 0 111010 1011101 1100010 101001 101

Color Harmonies of #0C1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1308

Black with #0C1308

Text Example


Text Example

White with #0C1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,8); }

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

background-color css

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

 a { background-color: rgb(12,19,8); }

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

border-color css

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

 span { border-color: rgb(12,19,8); }

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