Html Css Color HEX #04AF28 Dark Pastel Green

📋 copy color: '#04AF28'

red 4 ◦ green 175 ◦ blue 40

#04AF28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #04AF28

Tints of Dark Pastel Green #04AF28

RGB

 RED value IS 4 (1.95% from 255) = 1.83%

 GREEN value IS 175 (68.75% from 255) = 79.91%

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 1.83%
G = 79.91%
B = 18.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#04AF28 (or 0x04AF28) is known color: Dark Pastel Green. HEX triplet: 04, AF and 28. RGB value is (4,175,40). Sum of RGB (Red+Green+Blue) = 4+175+40=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF28 is #FB50D7. Grayscale: #6C6C6C. Windows color (decimal): -16470232 or 2666244. OLE color: 2666244.

HSL color Cylindrical-coordinate representation of color #04AF28: hue angle of 132.63º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF28 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 40 -
CMYK 0.98 0 0.77 0.31
HSL 132.63º 0.96% 0.35% -
HSV(B) 132.63º 0.98% 0.69% -
XYZ 15.76 30.84 7.13 -
YUV 108.48 89.35 53.48 -
System Red Green Blue C M Y K H S L
Decimal 4 175 40 0.98 0 0.77 0.31 132.63 0.96 0.35
Hex 4 AF 28 62 0 4D 1F 85 60 23
Octal 4 257 50 142 0 115 37 205 140 43
Binary 100 10101111 101000 1100010 0 1001101 11111 10000101 1100000 100011

Color Harmonies of #04AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF28

Black with #04AF28

Text Example


Text Example

White with #04AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,40); }

 H1.HeaderClassName
 {
   color: #04AF28;
 }
 .AnyTagClassName
 {
   color: #04AF28;
 }
</style>

background-color css

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

 a { background-color: rgb(4,175,40); }

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

border-color css

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

 span { border-color: rgb(4,175,40); }

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