#003A2F

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

Shades of Dark Green #003A2F

Tints of Dark Green #003A2F

Color information

#003A2F (or 0x003A2F) is unknown color: approx Dark Green. HEX triplet: 00, 3A and 2F. RGB value is (0,58,47). Sum of RGB (Red+Green+Blue) = 0+58+47=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #003A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A2F is #FFC5D0. Grayscale: #272727. Windows color (decimal): -16762321 or 3095040. OLE color: 3095040.

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

Color convert

RGB05847-
CMYK100.190.77
HSL168.62º100%11.37%-
HSV(B)168.62º100%22.75%-
XYZ2.033.233.21-
YUV39.4132.2899.89-

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) = 55.24%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=0%
G=55.24%
B=44.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05847100.190.77168.6210011.37
Hex03A2F640134Da964b
Octal0725714402311525114413
Binary0111010101111110010001001110011011010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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