#0C4C1A

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

Shades of Deep Fir #0C4C1A

Tints of Deep Fir #0C4C1A

Color information

#0C4C1A (or 0x0C4C1A) is unknown color: approx Deep Fir. HEX triplet: 0C, 4C and 1A. RGB value is (12,76,26). Sum of RGB (Red+Green+Blue) = 12+76+26=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C1A is #F3B3E5. Grayscale: #333333. Windows color (decimal): -15971302 or 1723404. OLE color: 1723404.

HSL color Cylindrical-coordinate representation of color #0C4C1A: hue angle of 133.12º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C1A is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB127626-
CMYK0.8400.660.70
HSL133.12º72.73%17.25%-
HSV(B)133.12º84.21%29.8%-
XYZ2.925.321.85-
YUV51.16113.8100.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 76 (30.08% from 255) = 66.67%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=10.53%
G=66.67%
B=22.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1276260.8400.660.70133.1272.7317.25
HexC4C1A5404246854911
Octal1411432124010210620511121
Binary1100100110011010101010001000010100011010000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,76,26); }

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

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

 a { background-color: rgb(12,76,26); }

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

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

 span { border-color: rgb(12,76,26); }

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