Html Css Color HEX #048211 Green

📋 copy color: '#048211'

red 4 ◦ green 130 ◦ blue 17

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

Shades of Green #048211

Tints of Green #048211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 2.65%
G = 86.09%
B = 11.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#048211 (or 0x048211) is known color: Green. HEX triplet: 04, 82 and 11. RGB value is (4,130,17). Sum of RGB (Red+Green+Blue) = 4+130+17=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #048211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048211 is #FB7DEE. Grayscale: #4F4F4F. Windows color (decimal): -16481775 or 1147396. OLE color: 1147396.

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

Color convert

RGB 4 130 17 -
CMYK 0.97 0 0.87 0.49
HSL 126.19º 0.94% 0.26% -
HSV(B) 126.19º 0.97% 0.51% -
XYZ 8.13 16.03 3.2 -
YUV 79.44 92.76 74.19 -
System Red Green Blue C M Y K H S L
Decimal 4 130 17 0.97 0 0.87 0.49 126.19 0.94 0.26
Hex 4 82 11 61 0 57 31 7E 5E 1A
Octal 4 202 21 141 0 127 61 176 136 32
Binary 100 10000010 10001 1100001 0 1010111 110001 1111110 1011110 11010

Color Harmonies of #048211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048211

Black with #048211

Text Example


Text Example

White with #048211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048211; }

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

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

background-color css

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

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

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

border-color css

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

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

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