Html Css Color HEX #04C02B Dark Pastel Green

📋 copy color: '#04C02B'

red 4 ◦ green 192 ◦ blue 43

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

Shades of Dark Pastel Green #04C02B

Tints of Dark Pastel Green #04C02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 1.67%
G = 80.33%
B = 17.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#04C02B (or 0x04C02B) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 2B. RGB value is (4,192,43). Sum of RGB (Red+Green+Blue) = 4+192+43=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #04C02B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C02B is #FB3FD4. Grayscale: #777777. Windows color (decimal): -16465877 or 2867204. OLE color: 2867204.

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

Color convert

RGB 4 192 43 -
CMYK 0.98 0 0.78 0.25
HSL 132.45º 0.96% 0.38% -
HSV(B) 132.45º 0.98% 0.75% -
XYZ 19.34 37.9 8.58 -
YUV 118.8 85.22 46.12 -
System Red Green Blue C M Y K H S L
Decimal 4 192 43 0.98 0 0.78 0.25 132.45 0.96 0.38
Hex 4 C0 2B 62 0 4E 19 84 60 26
Octal 4 300 53 142 0 116 31 204 140 46
Binary 100 11000000 101011 1100010 0 1001110 11001 10000100 1100000 100110

Color Harmonies of #04C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C02B

Black with #04C02B

Text Example


Text Example

White with #04C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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