Html Css Color HEX #04C32D Dark Pastel Green

📋 copy color: '#04C32D'

red 4 ◦ green 195 ◦ blue 45

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

Shades of Dark Pastel Green #04C32D

Tints of Dark Pastel Green #04C32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 79.92%

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

R = 1.64%
G = 79.92%
B = 18.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#04C32D (or 0x04C32D) is known color: Dark Pastel Green. HEX triplet: 04, C3 and 2D. RGB value is (4,195,45). Sum of RGB (Red+Green+Blue) = 4+195+45=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 195 (76.56% from 255 or 79.92% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 195 - color contains mainly: green. Hex color #04C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C32D is #FB3CD2. Grayscale: #797979. Windows color (decimal): -16465107 or 2999044. OLE color: 2999044.

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

Color convert

RGB 4 195 45 -
CMYK 0.98 0 0.77 0.24
HSL 132.88º 0.96% 0.39% -
HSV(B) 132.88º 0.98% 0.76% -
XYZ 20.04 39.25 9 -
YUV 120.79 85.22 44.7 -
System Red Green Blue C M Y K H S L
Decimal 4 195 45 0.98 0 0.77 0.24 132.88 0.96 0.39
Hex 4 C3 2D 62 0 4D 18 85 60 27
Octal 4 303 55 142 0 115 30 205 140 47
Binary 100 11000011 101101 1100010 0 1001101 11000 10000101 1100000 100111

Color Harmonies of #04C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C32D

Black with #04C32D

Text Example


Text Example

White with #04C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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