Html Css Color HEX #048200 Green

📋 copy color: '#048200'

red 4 ◦ green 130 ◦ blue 0

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

Shades of Green #048200

Tints of Green #048200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.99%
G = 97.01%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#048200 (or 0x048200) is known color: Green. HEX triplet: 04, 82 and 00. RGB value is (4,130,0). Sum of RGB (Red+Green+Blue) = 4+130+0=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 130 (51.17% from 255 or 97.01% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 130 - color contains mainly: green. Hex color #048200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048200 is #FB7DFF. Grayscale: #4D4D4D. Windows color (decimal): -16481792 or 33284. OLE color: 33284.

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

Color convert

RGB 4 130 0 -
CMYK 0.97 0 1 0.49
HSL 118.15º 1% 0.25% -
HSV(B) 118.15º 1% 0.51% -
XYZ 8.03 15.99 2.66 -
YUV 77.51 84.26 75.57 -
System Red Green Blue C M Y K H S L
Decimal 4 130 0 0.97 0 1 0.49 118.15 1 0.25
Hex 4 82 0 61 0 64 31 76 64 19
Octal 4 202 0 141 0 144 61 166 144 31
Binary 100 10000010 0 1100001 0 1100100 110001 1110110 1100100 11001

Color Harmonies of #048200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048200

Black with #048200

Text Example


Text Example

White with #048200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048200; }

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

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

background-color css

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

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

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

border-color css

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

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

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