Html Css Color HEX #04D42A Dark Pastel Green

📋 copy color: '#04D42A'

red 4 ◦ green 212 ◦ blue 42

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

Shades of Dark Pastel Green #04D42A

Tints of Dark Pastel Green #04D42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 82.17%

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 1.55%
G = 82.17%
B = 16.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#04D42A (or 0x04D42A) is known color: Dark Pastel Green. HEX triplet: 04, D4 and 2A. RGB value is (4,212,42). Sum of RGB (Red+Green+Blue) = 4+212+42=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 212 (83.20% from 255 or 82.17% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 212 - color contains mainly: green. Hex color #04D42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D42A is #FB2BD5. Grayscale: #828282. Windows color (decimal): -16460758 or 2806788. OLE color: 2806788.

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

Color convert

RGB 4 212 42 -
CMYK 0.98 0 0.80 0.17
HSL 130.96º 0.96% 0.42% -
HSV(B) 130.96º 0.98% 0.83% -
XYZ 24.01 47.28 10.05 -
YUV 130.43 78.09 37.82 -
System Red Green Blue C M Y K H S L
Decimal 4 212 42 0.98 0 0.80 0.17 130.96 0.96 0.42
Hex 4 D4 2A 62 0 50 11 83 60 2A
Octal 4 324 52 142 0 120 21 203 140 52
Binary 100 11010100 101010 1100010 0 1010000 10001 10000011 1100000 101010

Color Harmonies of #04D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D42A

Black with #04D42A

Text Example


Text Example

White with #04D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,212,42); }

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

background-color css

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

 a { background-color: rgb(4,212,42); }

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

border-color css

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

 span { border-color: rgb(4,212,42); }

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