#002E0F

Color #002E0F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #002E0F

Tints of Dark Green #002E0F

Color information

#002E0F (or 0x002E0F) is unknown color: approx Dark Green. HEX triplet: 00, 2E and 0F. RGB value is (0,46,15). Sum of RGB (Red+Green+Blue) = 0+46+15=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 46 (18.36% from 255 or 75.41% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 46 - color contains mainly: green. Hex color #002E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002E0F is #FFD1F0. Grayscale: #1C1C1C. Windows color (decimal): -16765425 or 994816. OLE color: 994816.

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

Color convert

RGB04615-
CMYK100.670.82
HSL139.57º100%9.02%-
HSV(B)139.57º100%18.04%-
XYZ1.061.990.78-
YUV28.71120.26107.52-

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) = 75.41%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=0%
G=75.41%
B=24.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04615100.670.82139.571009.02
Hex02EF64043528c649
Octal05617144010312221414411
Binary0101110111111001000100001110100101000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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