#0C3A1E

Color #0C3A1E Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0C3A1E

Tints of Deep Fir #0C3A1E

Color information

#0C3A1E (or 0x0C3A1E) is unknown color: approx Deep Fir. HEX triplet: 0C, 3A and 1E. RGB value is (12,58,30). Sum of RGB (Red+Green+Blue) = 12+58+30=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3A1E is #F3C5E1. Grayscale: #292929. Windows color (decimal): -15975906 or 1980940. OLE color: 1980940.

HSL color Cylindrical-coordinate representation of color #0C3A1E: hue angle of 143.48º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A1E is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB125830-
CMYK0.7900.480.77
HSL143.48º65.71%13.73%-
HSV(B)143.48º79.31%22.75%-
XYZ1.93.21.75-
YUV41.05121.76107.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12%
GREEN value IS 58 (23.05% from 255) = 58%
BLUE value IS 30 (12.11% from 255) = 30%
R=12%
G=58%
B=30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1258300.7900.480.77143.4865.7113.73
HexC3A1E4F0304D8f42e
Octal14723611706011521710216
Binary1100111010111101001111011000010011011000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,58,30); }

 H1.HeaderClassName
 {
   color: #0C3A1E;
 }
 .AnyTagClassName
 {
   color: #0C3A1E;
 }
</style>
background-color css

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

 a { background-color: rgb(12,58,30); }

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

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

 span { border-color: rgb(12,58,30); }

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