Html Css Color HEX #04D42D Dark Pastel Green

📋 copy color: '#04D42D'

red 4 ◦ green 212 ◦ blue 45

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

Shades of Dark Pastel Green #04D42D

Tints of Dark Pastel Green #04D42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 1.53%
G = 81.23%
B = 17.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#04D42D (or 0x04D42D) is known color: Dark Pastel Green. HEX triplet: 04, D4 and 2D. RGB value is (4,212,45). Sum of RGB (Red+Green+Blue) = 4+212+45=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 212 (83.20% from 255 or 81.23% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 212 - color contains mainly: green. Hex color #04D42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D42D is #FB2BD2. Grayscale: #838383. Windows color (decimal): -16460755 or 3003396. OLE color: 3003396.

HSL color Cylindrical-coordinate representation of color #04D42D: hue angle of 131.83º 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 #04D42D is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 212 45 -
CMYK 0.98 0 0.79 0.17
HSL 131.83º 0.96% 0.42% -
HSV(B) 131.83º 0.98% 0.83% -
XYZ 24.07 47.3 10.34 -
YUV 130.77 79.59 37.58 -
System Red Green Blue C M Y K H S L
Decimal 4 212 45 0.98 0 0.79 0.17 131.83 0.96 0.42
Hex 4 D4 2D 62 0 4F 11 84 60 2A
Octal 4 324 55 142 0 117 21 204 140 52
Binary 100 11010100 101101 1100010 0 1001111 10001 10000100 1100000 101010

Color Harmonies of #04D42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D42D

Black with #04D42D

Text Example


Text Example

White with #04D42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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