#04AB2F

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

Shades of Dark Pastel Green #04AB2F

Tints of Dark Pastel Green #04AB2F

Color information

#04AB2F (or 0x04AB2F) is unknown color: approx Dark Pastel Green. HEX triplet: 04, AB and 2F. RGB value is (4,171,47). Sum of RGB (Red+Green+Blue) = 4+171+47=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB2F is #FB54D0. Grayscale: #6B6B6B. Windows color (decimal): -16471249 or 3123972. OLE color: 3123972.

HSL color Cylindrical-coordinate representation of color #04AB2F: hue angle of 135.45º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB2F is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB417147-
CMYK0.9800.730.33
HSL135.45º95.43%34.31%-
HSV(B)135.45º97.66%67.06%-
XYZ15.1329.367.56-
YUV106.9394.1754.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 171 (67.19% from 255) = 77.03%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=1.80%
G=77.03%
B=21.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4171470.9800.730.33135.4595.4334.31
Hex4AB2F6204921875f22
Octal42535714201114120713742
Binary10010101011101111110001001001001100001100001111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,47); }

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

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

 a { background-color: rgb(4,171,47); }

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

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

 span { border-color: rgb(4,171,47); }

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