#0C3F14

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

Shades of Deep Fir #0C3F14

Tints of Deep Fir #0C3F14

Color information

#0C3F14 (or 0x0C3F14) is unknown color: approx Deep Fir. HEX triplet: 0C, 3F and 14. RGB value is (12,63,20). Sum of RGB (Red+Green+Blue) = 12+63+20=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F14 is #F3C0EB. Grayscale: #2A2A2A. Windows color (decimal): -15974636 or 1326860. OLE color: 1326860.

HSL color Cylindrical-coordinate representation of color #0C3F14: hue angle of 129.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3F14 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB126320-
CMYK0.8100.680.75
HSL129.41º68%14.71%-
HSV(B)129.41º80.95%24.71%-
XYZ2.063.681.26-
YUV42.85115.1106-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 63 (25% from 255) = 66.32%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=12.63%
G=66.32%
B=21.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263200.8100.680.75129.416814.71
HexC3F14510444B8144f
Octal147724121010411320110417
Binary11001111111010010100010100010010010111000000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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