#002D0A

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

Shades of Deep Fir #002D0A

Tints of Deep Fir #002D0A

Color information

#002D0A (or 0x002D0A) is unknown color: approx Deep Fir. HEX triplet: 00, 2D and 0A. RGB value is (0,45,10). Sum of RGB (Red+Green+Blue) = 0+45+10=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 45 (17.97% from 255 or 81.82% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 45 - color contains mainly: green. Hex color #002D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002D0A is #FFD2F5. Grayscale: #1B1B1B. Windows color (decimal): -16765686 or 666880. OLE color: 666880.

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

Color convert

RGB04510-
CMYK100.780.82
HSL133.33º100%8.82%-
HSV(B)133.33º100%17.65%-
XYZ0.991.90.6-
YUV27.56118.09108.35-

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) = 81.82%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=0%
G=81.82%
B=18.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04510100.780.82133.331008.82
Hex02DA6404E5285649
Octal05512144011612220514411
Binary0101101101011001000100111010100101000010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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