#002D26

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

Shades of Dark Green #002D26

Tints of Dark Green #002D26

Color information

#002D26 (or 0x002D26) is unknown color: approx Dark Green. HEX triplet: 00, 2D and 26. RGB value is (0,45,38). Sum of RGB (Red+Green+Blue) = 0+45+38=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 45 (17.97% from 255 or 54.22% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 45 - color contains mainly: green. Hex color #002D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D26 is #FFD2D9. Grayscale: #1E1E1E. Windows color (decimal): -16765658 or 2501888. OLE color: 2501888.

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

Color convert

RGB04538-
CMYK100.160.82
HSL170.67º100%8.82%-
HSV(B)170.67º100%17.65%-
XYZ1.292.022.16-
YUV30.75132.09106.07-

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) = 54.22%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=0%
G=54.22%
B=45.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04538100.160.82170.671008.82
Hex02D266401052ab649
Octal0554614402012225314411
Binary0101101100110110010001000010100101010101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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