#002706

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

Shades of Deep Fir #002706

Tints of Deep Fir #002706

Color information

#002706 (or 0x002706) is unknown color: approx Deep Fir. HEX triplet: 00, 27 and 06. RGB value is (0,39,6). Sum of RGB (Red+Green+Blue) = 0+39+6=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 39 (15.62% from 255 or 86.67% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 39 - color contains mainly: green. Hex color #002706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002706 is #FFD8F9. Grayscale: #171717. Windows color (decimal): -16767226 or 403200. OLE color: 403200.

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

Color convert

RGB0396-
CMYK100.850.85
HSL129.23º100%7.65%-
HSV(B)129.23º100%15.29%-
XYZ0.761.460.41-
YUV23.58118.08111.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 86.67%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=0%
G=86.67%
B=13.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0396100.850.85129.231007.65
Hex0276640555581648
Octal0476144012512520114410
Binary010011111011001000101010110101011000000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002706; }

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

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

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

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

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

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

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

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