#003A26

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

Shades of Dark Green #003A26

Tints of Dark Green #003A26

Color information

#003A26 (or 0x003A26) is unknown color: approx Dark Green. HEX triplet: 00, 3A and 26. RGB value is (0,58,38). Sum of RGB (Red+Green+Blue) = 0+58+38=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #003A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A26 is #FFC5D9. Grayscale: #262626. Windows color (decimal): -16762330 or 2505216. OLE color: 2505216.

HSL color Cylindrical-coordinate representation of color #003A26: hue angle of 159.31º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A26 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB05838-
CMYK100.340.77
HSL159.31º100%11.37%-
HSV(B)159.31º100%22.75%-
XYZ1.863.172.35-
YUV38.38127.78100.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=0%
G=60.42%
B=39.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05838100.340.77159.3110011.37
Hex03A26640224D9f64b
Octal0724614404211523714413
Binary01110101001101100100010001010011011001111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A26; }

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

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

<style>
 a { background-color: #003A26; }

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

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

<style>
 span { border-color: #003A26; }

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

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