#04D029

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

Shades of Dark Pastel Green #04D029

Tints of Dark Pastel Green #04D029

Color information

#04D029 (or 0x04D029) is unknown color: approx Dark Pastel Green. HEX triplet: 04, D0 and 29. RGB value is (4,208,41). Sum of RGB (Red+Green+Blue) = 4+208+41=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 208 (81.64% from 255 or 82.21% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 208 - color contains mainly: green. Hex color #04D029 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D029 is #FB2FD6. Grayscale: #808080. Windows color (decimal): -16461783 or 2740228. OLE color: 2740228.

HSL color Cylindrical-coordinate representation of color #04D029: hue angle of 130.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D029 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB420841-
CMYK0.9800.800.18
HSL130.88º96.23%41.57%-
HSV(B)130.88º98.08%81.57%-
XYZ23.0145.39.63-
YUV127.9778.9139.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 208 (81.64% from 255) = 82.21%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=1.58%
G=82.21%
B=16.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4208410.9800.800.18130.8896.2341.57
Hex4D029620501283602a
Octal43205114201202220314052
Binary1001101000010100111000100101000010010100000111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04D029; }

 p { color: rgb(4,208,41); }

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

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

 a { background-color: rgb(4,208,41); }

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

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

 span { border-color: rgb(4,208,41); }

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