#002206

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

Shades of Deep Fir #002206

Tints of Deep Fir #002206

Color information

#002206 (or 0x002206) is unknown color: approx Deep Fir. HEX triplet: 00, 22 and 06. RGB value is (0,34,6). Sum of RGB (Red+Green+Blue) = 0+34+6=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 34 (13.67% from 255 or 85% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 34 - color contains mainly: green. Hex color #002206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002206 is #FFDDF9. Grayscale: #141414. Windows color (decimal): -16768506 or 401920. OLE color: 401920.

HSL color Cylindrical-coordinate representation of color #002206: hue angle of 130.59º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002206 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB0346-
CMYK100.820.87
HSL130.59º100%6.67%-
HSV(B)130.59º100%13.33%-
XYZ0.61.160.36-
YUV20.64119.74113.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 85%
BLUE value IS 6 (2.73% from 255) = 15%
R=0%
G=85%
B=15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0346100.820.87130.591006.67
Hex0226640525783647
Octal042614401221272031447
Binary01000101101100100010100101010111100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002206; }

 p { color: rgb(0,34,6); }

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

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

 a { background-color: rgb(0,34,6); }

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

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

 span { border-color: rgb(0,34,6); }

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