#0C3F1A

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

Shades of Deep Fir #0C3F1A

Tints of Deep Fir #0C3F1A

Color information

#0C3F1A (or 0x0C3F1A) is unknown color: approx Deep Fir. HEX triplet: 0C, 3F and 1A. RGB value is (12,63,26). Sum of RGB (Red+Green+Blue) = 12+63+26=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3F1A is #F3C0E5. Grayscale: #2B2B2B. Windows color (decimal): -15974630 or 1720076. OLE color: 1720076.

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

Color convert

RGB126326-
CMYK0.8100.590.75
HSL136.47º68%14.71%-
HSV(B)136.47º80.95%24.71%-
XYZ2.123.711.58-
YUV43.53118.1105.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 63 (25% from 255) = 62.38%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=11.88%
G=62.38%
B=25.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263260.8100.590.75136.476814.71
HexC3F1A5103B4B8844f
Octal14773212107311321010417
Binary1100111111110101010001011101110010111000100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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