#012E08

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

Shades of Deep Fir #012E08

Tints of Deep Fir #012E08

Color information

#012E08 (or 0x012E08) is unknown color: approx Deep Fir. HEX triplet: 01, 2E and 08. RGB value is (1,46,8). Sum of RGB (Red+Green+Blue) = 1+46+8=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 46 (18.36% from 255 or 83.64% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 46 - color contains mainly: green. Hex color #012E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012E08 is #FED1F7. Grayscale: #1C1C1C. Windows color (decimal): -16699896 or 536065. OLE color: 536065.

HSL color Cylindrical-coordinate representation of color #012E08: hue angle of 129.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E08 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB1468-
CMYK0.9800.830.82
HSL129.33º95.74%9.22%-
HSV(B)129.33º97.83%18.04%-
XYZ1.031.980.56-
YUV28.21116.59108.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 46 (18.36% from 255) = 83.64%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=1.82%
G=83.64%
B=14.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal14680.9800.830.82129.3395.749.22
Hex12E8620535281609
Octal15610142012312220114011
Binary1101110100011000100101001110100101000000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012E08; }

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

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

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

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

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

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

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

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