#003129

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

Shades of Dark Green #003129

Tints of Dark Green #003129

Color information

#003129 (or 0x003129) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 29. RGB value is (0,49,41). Sum of RGB (Red+Green+Blue) = 0+49+41=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #003129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003129 is #FFCED6. Grayscale: #212121. Windows color (decimal): -16764631 or 2699520. OLE color: 2699520.

HSL color Cylindrical-coordinate representation of color #003129: hue angle of 170.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003129 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB04941-
CMYK100.160.81
HSL170.2º100%9.61%-
HSV(B)170.2º100%19.22%-
XYZ1.52.362.47-
YUV33.44132.27104.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=0%
G=54.44%
B=45.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04941100.160.81170.21009.61
Hex031296401051aa64a
Octal0615114402012125214412
Binary0110001101001110010001000010100011010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003129; }

 p { color: rgb(0,49,41); }

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

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

 a { background-color: rgb(0,49,41); }

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

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

 span { border-color: rgb(0,49,41); }

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