#003005

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

Shades of Deep Fir #003005

Tints of Deep Fir #003005

Color information

#003005 (or 0x003005) is unknown color: approx Deep Fir. HEX triplet: 00, 30 and 05. RGB value is (0,48,5). Sum of RGB (Red+Green+Blue) = 0+48+5=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 48 (19.14% from 255 or 90.57% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 48 - color contains mainly: green. Hex color #003005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003005 is #FFCFFA. Grayscale: #1C1C1C. Windows color (decimal): -16764923 or 339968. OLE color: 339968.

HSL color Cylindrical-coordinate representation of color #003005: hue angle of 126.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003005 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB0485-
CMYK100.900.81
HSL126.25º100%9.41%-
HSV(B)126.25º100%18.82%-
XYZ1.082.120.5-
YUV28.75114.6107.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 90.57%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=0%
G=90.57%
B=9.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0485100.900.81126.251009.41
Hex03056405A517e649
Octal0605144013212117614411
Binary01100001011100100010110101010001111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003005; }

 p { color: rgb(0,48,5); }

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

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

 a { background-color: rgb(0,48,5); }

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

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

 span { border-color: rgb(0,48,5); }

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