Html Css Color HEX #04A22D Dark Pastel Green

📋 copy color: '#04A22D'

red 4 ◦ green 162 ◦ blue 45

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

Shades of Dark Pastel Green #04A22D

Tints of Dark Pastel Green #04A22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 76.78%

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

R = 1.9%
G = 76.78%
B = 21.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#04A22D (or 0x04A22D) is known color: Dark Pastel Green. HEX triplet: 04, A2 and 2D. RGB value is (4,162,45). Sum of RGB (Red+Green+Blue) = 4+162+45=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #04A22D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A22D is #FB5DD2. Grayscale: #656565. Windows color (decimal): -16473555 or 2990596. OLE color: 2990596.

HSL color Cylindrical-coordinate representation of color #04A22D: hue angle of 135.57º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A22D is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 162 45 -
CMYK 0.98 0 0.72 0.36
HSL 135.57º 0.95% 0.33% -
HSV(B) 135.57º 0.98% 0.64% -
XYZ 13.44 26.06 6.8 -
YUV 101.42 96.15 58.51 -
System Red Green Blue C M Y K H S L
Decimal 4 162 45 0.98 0 0.72 0.36 135.57 0.95 0.33
Hex 4 A2 2D 62 0 48 24 88 5F 21
Octal 4 242 55 142 0 110 44 210 137 41
Binary 100 10100010 101101 1100010 0 1001000 100100 10001000 1011111 100001

Color Harmonies of #04A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A22D

Black with #04A22D

Text Example


Text Example

White with #04A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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