Html Css Color HEX #04A82B Dark Pastel Green

📋 copy color: '#04A82B'

red 4 ◦ green 168 ◦ blue 43

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

Shades of Dark Pastel Green #04A82B

Tints of Dark Pastel Green #04A82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 78.14%

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

R = 1.86%
G = 78.14%
B = 20%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#04A82B (or 0x04A82B) is known color: Dark Pastel Green. HEX triplet: 04, A8 and 2B. RGB value is (4,168,43). Sum of RGB (Red+Green+Blue) = 4+168+43=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 168 (66.02% from 255 or 78.14% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 168 - color contains mainly: green. Hex color #04A82B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A82B is #FB57D4. Grayscale: #696969. Windows color (decimal): -16472021 or 2861060. OLE color: 2861060.

HSL color Cylindrical-coordinate representation of color #04A82B: hue angle of 134.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A82B is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 4 168 43 -
CMYK 0.98 0 0.74 0.34
HSL 134.27º 0.95% 0.34% -
HSV(B) 134.27º 0.98% 0.66% -
XYZ 14.49 28.21 6.97 -
YUV 104.71 93.17 56.16 -
System Red Green Blue C M Y K H S L
Decimal 4 168 43 0.98 0 0.74 0.34 134.27 0.95 0.34
Hex 4 A8 2B 62 0 4A 22 86 5F 22
Octal 4 250 53 142 0 112 42 206 137 42
Binary 100 10101000 101011 1100010 0 1001010 100010 10000110 1011111 100010

Color Harmonies of #04A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A82B

Black with #04A82B

Text Example


Text Example

White with #04A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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