#0C2515

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

Shades of Deep Fir #0C2515

Tints of Deep Fir #0C2515

Color information

#0C2515 (or 0x0C2515) is unknown color: approx Deep Fir. HEX triplet: 0C, 25 and 15. RGB value is (12,37,21). Sum of RGB (Red+Green+Blue) = 12+37+21=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #0C2515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2515 is #F3DAEA. Grayscale: #1B1B1B. Windows color (decimal): -15981291 or 1385740. OLE color: 1385740.

HSL color Cylindrical-coordinate representation of color #0C2515: hue angle of 141.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C2515 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB123721-
CMYK0.6800.430.85
HSL141.6º51.02%9.61%-
HSV(B)141.6º67.57%14.51%-
XYZ0.951.460.94-
YUV27.7124.22116.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.14%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 21 (8.59% from 255) = 30%
R=17.14%
G=52.86%
B=30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1237210.6800.430.85141.651.029.61
HexC25154402B558e33a
Octal1445251040531252166312
Binary110010010110101100010001010111010101100011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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