#04A02E

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

Shades of Dark Pastel Green #04A02E

Tints of Dark Pastel Green #04A02E

Color information

#04A02E (or 0x04A02E) is unknown color: approx Dark Pastel Green. HEX triplet: 04, A0 and 2E. RGB value is (4,160,46). Sum of RGB (Red+Green+Blue) = 4+160+46=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #04A02E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A02E is #FB5FD1. Grayscale: #646464. Windows color (decimal): -16474066 or 3055620. OLE color: 3055620.

HSL color Cylindrical-coordinate representation of color #04A02E: hue angle of 136.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A02E is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB416046-
CMYK0.9800.710.37
HSL136.15º95.12%32.16%-
HSV(B)136.15º97.5%62.75%-
XYZ13.1125.366.79-
YUV100.3697.3259.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 160 (62.89% from 255) = 76.19%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=1.90%
G=76.19%
B=21.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4160460.9800.710.37136.1595.1232.16
Hex4A02E6204725885f20
Octal42405614201074521013740
Binary10010100000101110110001001000111100101100010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,160,46); }

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

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

 a { background-color: rgb(4,160,46); }

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

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

 span { border-color: rgb(4,160,46); }

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