Html Css Color HEX #04C340 Dark Pastel Green

📋 copy color: '#04C340'

red 4 ◦ green 195 ◦ blue 64

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

Shades of Dark Pastel Green #04C340

Tints of Dark Pastel Green #04C340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 1.52%
G = 74.14%
B = 24.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#04C340 (or 0x04C340) is known color: Dark Pastel Green. HEX triplet: 04, C3 and 40. RGB value is (4,195,64). Sum of RGB (Red+Green+Blue) = 4+195+64=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #04C340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C340 is #FB3CBF. Grayscale: #7B7B7B. Windows color (decimal): -16465088 or 4244228. OLE color: 4244228.

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

Color convert

RGB 4 195 64 -
CMYK 0.98 0 0.67 0.24
HSL 138.85º 0.96% 0.39% -
HSV(B) 138.85º 0.98% 0.76% -
XYZ 20.49 39.43 11.38 -
YUV 122.96 94.72 43.15 -
System Red Green Blue C M Y K H S L
Decimal 4 195 64 0.98 0 0.67 0.24 138.85 0.96 0.39
Hex 4 C3 40 62 0 43 18 8B 60 27
Octal 4 303 100 142 0 103 30 213 140 47
Binary 100 11000011 1000000 1100010 0 1000011 11000 10001011 1100000 100111

Color Harmonies of #04C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C340

Black with #04C340

Text Example


Text Example

White with #04C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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