Html Css Color HEX #04C32A Dark Pastel Green

📋 copy color: '#04C32A'

red 4 ◦ green 195 ◦ blue 42

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

Shades of Dark Pastel Green #04C32A

Tints of Dark Pastel Green #04C32A

RGB

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

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

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

R = 1.66%
G = 80.91%
B = 17.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#04C32A (or 0x04C32A) is known color: Dark Pastel Green. HEX triplet: 04, C3 and 2A. RGB value is (4,195,42). Sum of RGB (Red+Green+Blue) = 4+195+42=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #04C32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C32A is #FB3CD5. Grayscale: #787878. Windows color (decimal): -16465110 or 2802436. OLE color: 2802436.

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

Color convert

RGB 4 195 42 -
CMYK 0.98 0 0.78 0.24
HSL 131.94º 0.96% 0.39% -
HSV(B) 131.94º 0.98% 0.76% -
XYZ 19.98 39.22 8.71 -
YUV 120.45 83.72 44.94 -
System Red Green Blue C M Y K H S L
Decimal 4 195 42 0.98 0 0.78 0.24 131.94 0.96 0.39
Hex 4 C3 2A 62 0 4E 18 84 60 27
Octal 4 303 52 142 0 116 30 204 140 47
Binary 100 11000011 101010 1100010 0 1001110 11000 10000100 1100000 100111

Color Harmonies of #04C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C32A

Black with #04C32A

Text Example


Text Example

White with #04C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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