#0C411E

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

Shades of Deep Fir #0C411E

Tints of Deep Fir #0C411E

Color information

#0C411E (or 0x0C411E) is unknown color: approx Deep Fir. HEX triplet: 0C, 41 and 1E. RGB value is (12,65,30). Sum of RGB (Red+Green+Blue) = 12+65+30=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #0C411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C411E is #F3BEE1. Grayscale: #2D2D2D. Windows color (decimal): -15974114 or 1982732. OLE color: 1982732.

HSL color Cylindrical-coordinate representation of color #0C411E: hue angle of 140.38º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C411E is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB126530-
CMYK0.8200.540.75
HSL140.38º68.83%15.1%-
HSV(B)140.38º81.54%25.49%-
XYZ2.283.951.87-
YUV45.16119.44104.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 65 (25.78% from 255) = 60.75%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=11.21%
G=60.75%
B=28.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1265300.8200.540.75140.3868.8315.1
HexC411E520364B8c45f
Octal141013612206611321410517
Binary11001000001111101010010011011010010111000110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,65,30); }

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

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

 a { background-color: rgb(12,65,30); }

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

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

 span { border-color: rgb(12,65,30); }

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