Html Css Color HEX #04C342 Dark Pastel Green

📋 copy color: '#04C342'

red 4 ◦ green 195 ◦ blue 66

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

Shades of Dark Pastel Green #04C342

Tints of Dark Pastel Green #04C342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 1.51%
G = 73.58%
B = 24.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#04C342 (or 0x04C342) is known color: Dark Pastel Green. HEX triplet: 04, C3 and 42. RGB value is (4,195,66). Sum of RGB (Red+Green+Blue) = 4+195+66=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #04C342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C342 is #FB3CBD. Grayscale: #7B7B7B. Windows color (decimal): -16465086 or 4375300. OLE color: 4375300.

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

Color convert

RGB 4 195 66 -
CMYK 0.98 0 0.66 0.24
HSL 139.48º 0.96% 0.39% -
HSV(B) 139.48º 0.98% 0.76% -
XYZ 20.55 39.45 11.69 -
YUV 123.19 95.72 42.99 -
System Red Green Blue C M Y K H S L
Decimal 4 195 66 0.98 0 0.66 0.24 139.48 0.96 0.39
Hex 4 C3 42 62 0 42 18 8B 60 27
Octal 4 303 102 142 0 102 30 213 140 47
Binary 100 11000011 1000010 1100010 0 1000010 11000 10001011 1100000 100111

Color Harmonies of #04C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C342

Black with #04C342

Text Example


Text Example

White with #04C342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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