Html Css Color HEX #04B82A Dark Pastel Green

📋 copy color: '#04B82A'

red 4 ◦ green 184 ◦ blue 42

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

Shades of Dark Pastel Green #04B82A

Tints of Dark Pastel Green #04B82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 80%

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

R = 1.74%
G = 80%
B = 18.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#04B82A (or 0x04B82A) is known color: Dark Pastel Green. HEX triplet: 04, B8 and 2A. RGB value is (4,184,42). Sum of RGB (Red+Green+Blue) = 4+184+42=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 184 (72.27% from 255 or 80% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 184 - color contains mainly: green. Hex color #04B82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B82A is #FB47D5. Grayscale: #727272. Windows color (decimal): -16467926 or 2799620. OLE color: 2799620.

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

Color convert

RGB 4 184 42 -
CMYK 0.98 0 0.77 0.28
HSL 132.67º 0.96% 0.37% -
HSV(B) 132.67º 0.98% 0.72% -
XYZ 17.61 34.47 7.92 -
YUV 113.99 87.37 49.55 -
System Red Green Blue C M Y K H S L
Decimal 4 184 42 0.98 0 0.77 0.28 132.67 0.96 0.37
Hex 4 B8 2A 62 0 4D 1C 85 60 25
Octal 4 270 52 142 0 115 34 205 140 45
Binary 100 10111000 101010 1100010 0 1001101 11100 10000101 1100000 100101

Color Harmonies of #04B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B82A

Black with #04B82A

Text Example


Text Example

White with #04B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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