#002E0B

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

Shades of Deep Fir #002E0B

Tints of Deep Fir #002E0B

Color information

#002E0B (or 0x002E0B) is unknown color: approx Deep Fir. HEX triplet: 00, 2E and 0B. RGB value is (0,46,11). Sum of RGB (Red+Green+Blue) = 0+46+11=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 46 (18.36% from 255 or 80.70% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 46 - color contains mainly: green. Hex color #002E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002E0B is #FFD1F4. Grayscale: #1C1C1C. Windows color (decimal): -16765429 or 732672. OLE color: 732672.

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

Color convert

RGB04611-
CMYK100.760.82
HSL134.35º100%9.02%-
HSV(B)134.35º100%18.04%-
XYZ1.041.980.64-
YUV28.26118.26107.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 80.70%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=0%
G=80.70%
B=19.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04611100.760.82134.351009.02
Hex02EB6404C5286649
Octal05613144011412220614411
Binary0101110101111001000100110010100101000011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,46,11); }

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

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

 a { background-color: rgb(0,46,11); }

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

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

 span { border-color: rgb(0,46,11); }

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