#012F06

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

Shades of Deep Fir #012F06

Tints of Deep Fir #012F06

Color information

#012F06 (or 0x012F06) is unknown color: approx Deep Fir. HEX triplet: 01, 2F and 06. RGB value is (1,47,6). Sum of RGB (Red+Green+Blue) = 1+47+6=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 47 (18.75% from 255 or 87.04% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 47 - color contains mainly: green. Hex color #012F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012F06 is #FED0F9. Grayscale: #1C1C1C. Windows color (decimal): -16699642 or 405249. OLE color: 405249.

HSL color Cylindrical-coordinate representation of color #012F06: hue angle of 126.52º 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 #012F06 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB1476-
CMYK0.9800.870.82
HSL126.52º95.83%9.41%-
HSV(B)126.52º97.87%18.43%-
XYZ1.062.050.51-
YUV28.57115.26108.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 47 (18.75% from 255) = 87.04%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=1.85%
G=87.04%
B=11.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal14760.9800.870.82126.5295.839.41
Hex12F662057527f609
Octal1576142012712217714011
Binary11011111101100010010101111010010111111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,47,6); }

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

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

 a { background-color: rgb(1,47,6); }

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

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

 span { border-color: rgb(1,47,6); }

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