Html Css Color HEX #048700 Green

📋 copy color: '#048700'

red 4 ◦ green 135 ◦ blue 0

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

Shades of Green #048700

Tints of Green #048700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 97.12%

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

R = 2.88%
G = 97.12%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#048700 (or 0x048700) is known color: Green. HEX triplet: 04, 87 and 00. RGB value is (4,135,0). Sum of RGB (Red+Green+Blue) = 4+135+0=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 135 (53.12% from 255 or 97.12% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 135 - color contains mainly: green. Hex color #048700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048700 is #FB78FF. Grayscale: #505050. Windows color (decimal): -16480512 or 34564. OLE color: 34564.

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

Color convert

RGB 4 135 0 -
CMYK 0.97 0 1 0.47
HSL 118.22º 1% 0.26% -
HSV(B) 118.22º 1% 0.53% -
XYZ 8.71 17.35 2.89 -
YUV 80.44 82.6 73.48 -
System Red Green Blue C M Y K H S L
Decimal 4 135 0 0.97 0 1 0.47 118.22 1 0.26
Hex 4 87 0 61 0 64 2F 76 64 1A
Octal 4 207 0 141 0 144 57 166 144 32
Binary 100 10000111 0 1100001 0 1100100 101111 1110110 1100100 11010

Color Harmonies of #048700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048700

Black with #048700

Text Example


Text Example

White with #048700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048700; }

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

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

background-color css

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

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

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

border-color css

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

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

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