Html Css Color HEX #048900 Green

📋 copy color: '#048900'

red 4 ◦ green 137 ◦ blue 0

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

Shades of Green #048900

Tints of Green #048900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 97.16%

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

R = 2.84%
G = 97.16%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#048900 (or 0x048900) is known color: Green. HEX triplet: 04, 89 and 00. RGB value is (4,137,0). Sum of RGB (Red+Green+Blue) = 4+137+0=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 137 (53.91% from 255 or 97.16% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 137 - color contains mainly: green. Hex color #048900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048900 is #FB76FF. Grayscale: #525252. Windows color (decimal): -16480000 or 35076. OLE color: 35076.

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

Color convert

RGB 4 137 0 -
CMYK 0.97 0 1 0.46
HSL 118.25º 1% 0.27% -
HSV(B) 118.25º 1% 0.54% -
XYZ 9 17.92 2.98 -
YUV 81.62 81.94 72.64 -
System Red Green Blue C M Y K H S L
Decimal 4 137 0 0.97 0 1 0.46 118.25 1 0.27
Hex 4 89 0 61 0 64 2E 76 64 1B
Octal 4 211 0 141 0 144 56 166 144 33
Binary 100 10001001 0 1100001 0 1100100 101110 1110110 1100100 11011

Color Harmonies of #048900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048900

Black with #048900

Text Example


Text Example

White with #048900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048900; }

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

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

background-color css

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

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

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

border-color css

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

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

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