Html Css Color HEX #04A92D Dark Pastel Green

📋 copy color: '#04A92D'

red 4 ◦ green 169 ◦ blue 45

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

Shades of Dark Pastel Green #04A92D

Tints of Dark Pastel Green #04A92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 77.52%

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

R = 1.83%
G = 77.52%
B = 20.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#04A92D (or 0x04A92D) is known color: Dark Pastel Green. HEX triplet: 04, A9 and 2D. RGB value is (4,169,45). Sum of RGB (Red+Green+Blue) = 4+169+45=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 169 (66.41% from 255 or 77.52% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 169 - color contains mainly: green. Hex color #04A92D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A92D is #FB56D2. Grayscale: #696969. Windows color (decimal): -16471763 or 2992388. OLE color: 2992388.

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

Color convert

RGB 4 169 45 -
CMYK 0.98 0 0.73 0.34
HSL 134.91º 0.95% 0.34% -
HSV(B) 134.91º 0.98% 0.66% -
XYZ 14.71 28.59 7.23 -
YUV 105.53 93.84 55.58 -
System Red Green Blue C M Y K H S L
Decimal 4 169 45 0.98 0 0.73 0.34 134.91 0.95 0.34
Hex 4 A9 2D 62 0 49 22 87 5F 22
Octal 4 251 55 142 0 111 42 207 137 42
Binary 100 10101001 101101 1100010 0 1001001 100010 10000111 1011111 100010

Color Harmonies of #04A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A92D

Black with #04A92D

Text Example


Text Example

White with #04A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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