#0C3F17

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

Shades of Deep Fir #0C3F17

Tints of Deep Fir #0C3F17

Color information

#0C3F17 (or 0x0C3F17) is unknown color: approx Deep Fir. HEX triplet: 0C, 3F and 17. RGB value is (12,63,23). Sum of RGB (Red+Green+Blue) = 12+63+23=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F17 is #F3C0E8. Grayscale: #2B2B2B. Windows color (decimal): -15974633 or 1523468. OLE color: 1523468.

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

Color convert

RGB126323-
CMYK0.8100.630.75
HSL132.94º68%14.71%-
HSV(B)132.94º80.95%24.71%-
XYZ2.083.71.41-
YUV43.19116.6105.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 63 (25% from 255) = 64.29%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=12.24%
G=64.29%
B=23.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263230.8100.630.75132.946814.71
HexC3F175103F4B8544f
Octal14772712107711320510417
Binary1100111111101111010001011111110010111000010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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