#002707

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

Shades of Deep Fir #002707

Tints of Deep Fir #002707

Color information

#002707 (or 0x002707) is unknown color: approx Deep Fir. HEX triplet: 00, 27 and 07. RGB value is (0,39,7). Sum of RGB (Red+Green+Blue) = 0+39+7=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 39 (15.62% from 255 or 84.78% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 39 - color contains mainly: green. Hex color #002707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002707 is #FFD8F8. Grayscale: #171717. Windows color (decimal): -16767225 or 468736. OLE color: 468736.

HSL color Cylindrical-coordinate representation of color #002707: hue angle of 130.77º 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 #002707 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB0397-
CMYK100.820.85
HSL130.77º100%7.65%-
HSV(B)130.77º100%15.29%-
XYZ0.761.470.44-
YUV23.69118.58111.1-

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) = 84.78%
BLUE value IS 7 (3.12% from 255) = 15.22%
R=0%
G=84.78%
B=15.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0397100.820.85130.771007.65
Hex0277640525583648
Octal0477144012212520314410
Binary010011111111001000101001010101011000001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002707; }

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

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

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

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

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

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

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

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