#0C2E15

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

Shades of Deep Fir #0C2E15

Tints of Deep Fir #0C2E15

Color information

#0C2E15 (or 0x0C2E15) is unknown color: approx Deep Fir. HEX triplet: 0C, 2E and 15. RGB value is (12,46,21). Sum of RGB (Red+Green+Blue) = 12+46+21=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2E15 is #F3D1EA. Grayscale: #212121. Windows color (decimal): -15978987 or 1388044. OLE color: 1388044.

HSL color Cylindrical-coordinate representation of color #0C2E15: hue angle of 135.88º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E15 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB124621-
CMYK0.7400.540.82
HSL135.88º58.62%11.37%-
HSV(B)135.88º73.91%18.04%-
XYZ1.262.091.05-
YUV32.98121.24113.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 46 (18.36% from 255) = 58.23%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=15.19%
G=58.23%
B=26.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246210.7400.540.82135.8858.6211.37
HexC2E154A03652883bb
Octal1456251120661222107313
Binary110010111010101100101001101101010010100010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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