Html Css Color HEX #048204 Green

📋 copy color: '#048204'

red 4 ◦ green 130 ◦ blue 4

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

Shades of Green #048204

Tints of Green #048204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 94.2%

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 2.9%
G = 94.2%
B = 2.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#048204 (or 0x048204) is known color: Green. HEX triplet: 04, 82 and 04. RGB value is (4,130,4). Sum of RGB (Red+Green+Blue) = 4+130+4=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 130 (51.17% from 255 or 94.20% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 130 - color contains mainly: green. Hex color #048204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048204 is #FB7DFB. Grayscale: #4E4E4E. Windows color (decimal): -16481788 or 295428. OLE color: 295428.

HSL color Cylindrical-coordinate representation of color #048204: hue angle of 120º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048204 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 4 -
CMYK 0.97 0 0.97 0.49
HSL 120º 0.94% 0.26% -
HSV(B) 120º 0.97% 0.51% -
XYZ 8.05 16 2.78 -
YUV 77.96 86.26 75.25 -
System Red Green Blue C M Y K H S L
Decimal 4 130 4 0.97 0 0.97 0.49 120 0.94 0.26
Hex 4 82 4 61 0 61 31 78 5E 1A
Octal 4 202 4 141 0 141 61 170 136 32
Binary 100 10000010 100 1100001 0 1100001 110001 1111000 1011110 11010

Color Harmonies of #048204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048204

Black with #048204

Text Example


Text Example

White with #048204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048204; }

 p { color: rgb(4,130,4); }

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

background-color css

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

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

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

border-color css

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

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

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