#003A30

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

Shades of Dark Green #003A30

Tints of Dark Green #003A30

Color information

#003A30 (or 0x003A30) is unknown color: approx Dark Green. HEX triplet: 00, 3A and 30. RGB value is (0,58,48). Sum of RGB (Red+Green+Blue) = 0+58+48=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #003A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A30 is #FFC5CF. Grayscale: #272727. Windows color (decimal): -16762320 or 3160576. OLE color: 3160576.

HSL color Cylindrical-coordinate representation of color #003A30: hue angle of 169.66º 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 #003A30 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB05848-
CMYK100.170.77
HSL169.66º100%11.37%-
HSV(B)169.66º100%22.75%-
XYZ2.053.243.31-
YUV39.52132.7899.81-

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) = 54.72%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=0%
G=54.72%
B=45.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05848100.170.77169.6610011.37
Hex03A30640114Daa64b
Octal0726014402111525214413
Binary0111010110000110010001000110011011010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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