#002E27

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

Shades of Dark Green #002E27

Tints of Dark Green #002E27

Color information

#002E27 (or 0x002E27) is unknown color: approx Dark Green. HEX triplet: 00, 2E and 27. RGB value is (0,46,39). Sum of RGB (Red+Green+Blue) = 0+46+39=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #002E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E27 is #FFD1D8. Grayscale: #1F1F1F. Windows color (decimal): -16765401 or 2567680. OLE color: 2567680.

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

Color convert

RGB04639-
CMYK100.150.82
HSL170.87º100%9.02%-
HSV(B)170.87º100%18.04%-
XYZ1.342.12.25-
YUV31.45132.26105.57-

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) = 54.12%
BLUE value IS 39 (15.62% from 255) = 45.88%
R=0%
G=54.12%
B=45.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04639100.150.82170.871009.02
Hex02E27640F52ab649
Octal0564714401712225314411
Binary010111010011111001000111110100101010101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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