Html Css Color HEX #048210 Green

📋 copy color: '#048210'

red 4 ◦ green 130 ◦ blue 16

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

Shades of Green #048210

Tints of Green #048210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 2.67%
G = 86.67%
B = 10.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#048210 (or 0x048210) is known color: Green. HEX triplet: 04, 82 and 10. RGB value is (4,130,16). Sum of RGB (Red+Green+Blue) = 4+130+16=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 130 (51.17% from 255 or 86.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 130 - color contains mainly: green. Hex color #048210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048210 is #FB7DEF. Grayscale: #4F4F4F. Windows color (decimal): -16481776 or 1081860. OLE color: 1081860.

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

Color convert

RGB 4 130 16 -
CMYK 0.97 0 0.88 0.49
HSL 125.71º 0.94% 0.26% -
HSV(B) 125.71º 0.97% 0.51% -
XYZ 8.13 16.03 3.16 -
YUV 79.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 4 130 16 0.97 0 0.88 0.49 125.71 0.94 0.26
Hex 4 82 10 61 0 58 31 7E 5E 1A
Octal 4 202 20 141 0 130 61 176 136 32
Binary 100 10000010 10000 1100001 0 1011000 110001 1111110 1011110 11010

Color Harmonies of #048210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048210

Black with #048210

Text Example


Text Example

White with #048210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048210; }

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

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

background-color css

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

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

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

border-color css

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

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

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