Html Css Color HEX #04C02D Dark Pastel Green

📋 copy color: '#04C02D'

red 4 ◦ green 192 ◦ blue 45

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

Shades of Dark Pastel Green #04C02D

Tints of Dark Pastel Green #04C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.67%

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

R = 1.66%
G = 79.67%
B = 18.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#04C02D (or 0x04C02D) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 2D. RGB value is (4,192,45). Sum of RGB (Red+Green+Blue) = 4+192+45=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #04C02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C02D is #FB3FD2. Grayscale: #777777. Windows color (decimal): -16465875 or 2998276. OLE color: 2998276.

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

Color convert

RGB 4 192 45 -
CMYK 0.98 0 0.77 0.25
HSL 133.09º 0.96% 0.38% -
HSV(B) 133.09º 0.98% 0.75% -
XYZ 19.37 37.91 8.78 -
YUV 119.03 86.22 45.95 -
System Red Green Blue C M Y K H S L
Decimal 4 192 45 0.98 0 0.77 0.25 133.09 0.96 0.38
Hex 4 C0 2D 62 0 4D 19 85 60 26
Octal 4 300 55 142 0 115 31 205 140 46
Binary 100 11000000 101101 1100010 0 1001101 11001 10000101 1100000 100110

Color Harmonies of #04C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C02D

Black with #04C02D

Text Example


Text Example

White with #04C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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