Html Css Color HEX #0C1306 Pine Tree

📋 copy color: '#0C1306'

red 12 ◦ green 19 ◦ blue 6

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

Shades of Pine Tree #0C1306

Tints of Pine Tree #0C1306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 16.22%

R = 32.43%
G = 51.35%
B = 16.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#0C1306 (or 0x0C1306) is known color: Pine Tree. HEX triplet: 0C, 13 and 06. RGB value is (12,19,6). Sum of RGB (Red+Green+Blue) = 12+19+6=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1306 is #F3ECF9. Grayscale: #0F0F0F. Windows color (decimal): -15985914 or 398092. OLE color: 398092.

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

Color convert

RGB 12 19 6 -
CMYK 0.37 0 0.68 0.93
HSL 92.31º 0.52% 0.05% -
HSV(B) 92.31º 0.68% 0.07% -
XYZ 0.42 0.56 0.26 -
YUV 15.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 12 19 6 0.37 0 0.68 0.93 92.31 0.52 0.05
Hex C 13 6 25 0 44 5D 5C 34 5
Octal 14 23 6 45 0 104 135 134 64 5
Binary 1100 10011 110 100101 0 1000100 1011101 1011100 110100 101

Color Harmonies of #0C1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1306

Black with #0C1306

Text Example


Text Example

White with #0C1306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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