#002D05

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

Shades of Deep Fir #002D05

Tints of Deep Fir #002D05

Color information

#002D05 (or 0x002D05) is unknown color: approx Deep Fir. HEX triplet: 00, 2D and 05. RGB value is (0,45,5). Sum of RGB (Red+Green+Blue) = 0+45+5=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 45 (17.97% from 255 or 90% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 45 - color contains mainly: green. Hex color #002D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002D05 is #FFD2FA. Grayscale: #1B1B1B. Windows color (decimal): -16765691 or 339200. OLE color: 339200.

HSL color Cylindrical-coordinate representation of color #002D05: hue angle of 126.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D05 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB0455-
CMYK100.890.82
HSL126.67º100%8.82%-
HSV(B)126.67º100%17.65%-
XYZ0.971.890.46-
YUV26.98115.59108.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 90%
BLUE value IS 5 (2.34% from 255) = 10%
R=0%
G=90%
B=10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0455100.890.82126.671008.82
Hex02D564059527f649
Octal0555144013112217714411
Binary01011011011100100010110011010010111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D05; }

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

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

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

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

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

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

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

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