#002E26

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

Shades of Dark Green #002E26

Tints of Dark Green #002E26

Color information

#002E26 (or 0x002E26) is unknown color: approx Dark Green. HEX triplet: 00, 2E and 26. RGB value is (0,46,38). Sum of RGB (Red+Green+Blue) = 0+46+38=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #002E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E26 is #FFD1D9. Grayscale: #1F1F1F. Windows color (decimal): -16765402 or 2502144. OLE color: 2502144.

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

Color convert

RGB04638-
CMYK100.170.82
HSL169.57º100%9.02%-
HSV(B)169.57º100%18.04%-
XYZ1.332.092.17-
YUV31.33131.76105.65-

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.76%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=0%
G=54.76%
B=45.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04638100.170.82169.571009.02
Hex02E266401152aa649
Octal0564614402112225214411
Binary0101110100110110010001000110100101010101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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