#002506

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

Shades of Deep Fir #002506

Tints of Deep Fir #002506

Color information

#002506 (or 0x002506) is unknown color: approx Deep Fir. HEX triplet: 00, 25 and 06. RGB value is (0,37,6). Sum of RGB (Red+Green+Blue) = 0+37+6=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #002506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002506 is #FFDAF9. Grayscale: #161616. Windows color (decimal): -16767738 or 402688. OLE color: 402688.

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

Color convert

RGB0376-
CMYK100.840.85
HSL129.73º100%7.25%-
HSV(B)129.73º100%14.51%-
XYZ0.691.340.39-
YUV22.4118.74112.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 86.05%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=0%
G=86.05%
B=13.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0376100.840.85129.731007.25
Hex0256640545582647
Octal045614401241252021447
Binary01001011101100100010101001010101100000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002506; }

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

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

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

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

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

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

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

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