Html Css Color HEX #048205 Green

📋 copy color: '#048205'

red 4 ◦ green 130 ◦ blue 5

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

Shades of Green #048205

Tints of Green #048205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 2.88%
G = 93.53%
B = 3.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#048205 (or 0x048205) is known color: Green. HEX triplet: 04, 82 and 05. RGB value is (4,130,5). Sum of RGB (Red+Green+Blue) = 4+130+5=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 130 (51.17% from 255 or 93.53% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 130 - color contains mainly: green. Hex color #048205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048205 is #FB7DFA. Grayscale: #4E4E4E. Windows color (decimal): -16481787 or 360964. OLE color: 360964.

HSL color Cylindrical-coordinate representation of color #048205: hue angle of 120.48º 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 #048205 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 5 -
CMYK 0.97 0 0.96 0.49
HSL 120.48º 0.94% 0.26% -
HSV(B) 120.48º 0.97% 0.51% -
XYZ 8.06 16 2.81 -
YUV 78.08 86.76 75.16 -
System Red Green Blue C M Y K H S L
Decimal 4 130 5 0.97 0 0.96 0.49 120.48 0.94 0.26
Hex 4 82 5 61 0 60 31 78 5E 1A
Octal 4 202 5 141 0 140 61 170 136 32
Binary 100 10000010 101 1100001 0 1100000 110001 1111000 1011110 11010

Color Harmonies of #048205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048205

Black with #048205

Text Example


Text Example

White with #048205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048205; }

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

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

background-color css

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

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

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

border-color css

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

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

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