#012608

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

Shades of Deep Fir #012608

Tints of Deep Fir #012608

Color information

#012608 (or 0x012608) is unknown color: approx Deep Fir. HEX triplet: 01, 26 and 08. RGB value is (1,38,8). Sum of RGB (Red+Green+Blue) = 1+38+8=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 38 (15.23% from 255 or 80.85% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 38 - color contains mainly: green. Hex color #012608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012608 is #FED9F7. Grayscale: #171717. Windows color (decimal): -16701944 or 534017. OLE color: 534017.

HSL color Cylindrical-coordinate representation of color #012608: hue angle of 131.35º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012608 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB1388-
CMYK0.9700.790.85
HSL131.35º94.87%7.65%-
HSV(B)131.35º97.37%14.9%-
XYZ0.751.410.46-
YUV23.52119.24111.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 38 (15.23% from 255) = 80.85%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=2.13%
G=80.85%
B=17.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13880.9700.790.85131.3594.877.65
Hex12686104F55835f8
Octal14610141011712520313710
Binary1100110100011000010100111110101011000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012608; }

 p { color: rgb(1,38,8); }

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

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

 a { background-color: rgb(1,38,8); }

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

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

 span { border-color: rgb(1,38,8); }

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