Html Css Color HEX #048D37 Pigment Green

📋 copy color: '#048D37'

red 4 ◦ green 141 ◦ blue 55

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

Shades of Pigment Green #048D37

Tints of Pigment Green #048D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 70.5%

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 2%
G = 70.5%
B = 27.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#048D37 (or 0x048D37) is known color: Pigment Green. HEX triplet: 04, 8D and 37. RGB value is (4,141,55). Sum of RGB (Red+Green+Blue) = 4+141+55=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #048D37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D37 is #FB72C8. Grayscale: #5A5A5A. Windows color (decimal): -16478921 or 3640580. OLE color: 3640580.

HSL color Cylindrical-coordinate representation of color #048D37: hue angle of 142.34º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D37 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 55 -
CMYK 0.97 0 0.61 0.45
HSL 142.34º 0.94% 0.28% -
HSV(B) 142.34º 0.97% 0.55% -
XYZ 10.26 19.35 6.81 -
YUV 90.23 108.11 66.49 -
System Red Green Blue C M Y K H S L
Decimal 4 141 55 0.97 0 0.61 0.45 142.34 0.94 0.28
Hex 4 8D 37 61 0 3D 2D 8E 5E 1C
Octal 4 215 67 141 0 75 55 216 136 34
Binary 100 10001101 110111 1100001 0 111101 101101 10001110 1011110 11100

Color Harmonies of #048D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D37

Black with #048D37

Text Example


Text Example

White with #048D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048D37; }

 p { color: rgb(4,141,55); }

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

background-color css

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

 a { background-color: rgb(4,141,55); }

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

border-color css

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

 span { border-color: rgb(4,141,55); }

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