Html Css Color HEX #048000 Green

📋 copy color: '#048000'

red 4 ◦ green 128 ◦ blue 0

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

Shades of Green #048000

Tints of Green #048000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 96.97%

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

R = 3.03%
G = 96.97%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#048000 (or 0x048000) is known color: Green. HEX triplet: 04, 80 and 00. RGB value is (4,128,0). Sum of RGB (Red+Green+Blue) = 4+128+0=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 128 (50.39% from 255 or 96.97% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 128 - color contains mainly: green. Hex color #048000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048000 is #FB7FFF. Grayscale: #4C4C4C. Windows color (decimal): -16482304 or 32772. OLE color: 32772.

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

Color convert

RGB 4 128 0 -
CMYK 0.97 0 1 0.50
HSL 118.13º 1% 0.25% -
HSV(B) 118.13º 1% 0.5% -
XYZ 7.77 15.46 2.58 -
YUV 76.33 84.92 76.41 -
System Red Green Blue C M Y K H S L
Decimal 4 128 0 0.97 0 1 0.50 118.13 1 0.25
Hex 4 80 0 61 0 64 32 76 64 19
Octal 4 200 0 141 0 144 62 166 144 31
Binary 100 10000000 0 1100001 0 1100100 110010 1110110 1100100 11001

Color Harmonies of #048000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048000

Black with #048000

Text Example


Text Example

White with #048000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048000; }

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

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

background-color css

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

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

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

border-color css

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

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

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