#002C26

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

Shades of Dark Green #002C26

Tints of Dark Green #002C26

Color information

#002C26 (or 0x002C26) is unknown color: approx Dark Green. HEX triplet: 00, 2C and 26. RGB value is (0,44,38). Sum of RGB (Red+Green+Blue) = 0+44+38=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #002C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C26 is #FFD3D9. Grayscale: #1E1E1E. Windows color (decimal): -16765914 or 2501632. OLE color: 2501632.

HSL color Cylindrical-coordinate representation of color #002C26: hue angle of 171.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C26 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB04438-
CMYK100.140.83
HSL171.82º100%8.63%-
HSV(B)171.82º100%17.25%-
XYZ1.251.942.14-
YUV30.16132.42106.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 53.66%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=0%
G=53.66%
B=46.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal04438100.140.83171.821008.63
Hex02C26640E53ac649
Octal0544614401612325414411
Binary010110010011011001000111010100111010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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