#0C3F15

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

Shades of Deep Fir #0C3F15

Tints of Deep Fir #0C3F15

Color information

#0C3F15 (or 0x0C3F15) is unknown color: approx Deep Fir. HEX triplet: 0C, 3F and 15. RGB value is (12,63,21). Sum of RGB (Red+Green+Blue) = 12+63+21=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F15 is #F3C0EA. Grayscale: #2B2B2B. Windows color (decimal): -15974635 or 1392396. OLE color: 1392396.

HSL color Cylindrical-coordinate representation of color #0C3F15: hue angle of 130.59º 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 #0C3F15 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB126321-
CMYK0.8100.670.75
HSL130.59º68%14.71%-
HSV(B)130.59º80.95%24.71%-
XYZ2.063.691.31-
YUV42.96115.6105.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 63 (25% from 255) = 65.62%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=12.5%
G=65.62%
B=21.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263210.8100.670.75130.596814.71
HexC3F15510434B8344f
Octal147725121010311320310417
Binary11001111111010110100010100001110010111000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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