Html Css Color HEX #048D4A Pigment Green

📋 copy color: '#048D4A'

red 4 ◦ green 141 ◦ blue 74

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

Shades of Pigment Green #048D4A

Tints of Pigment Green #048D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 1.83%
G = 64.38%
B = 33.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#048D4A (or 0x048D4A) is known color: Pigment Green. HEX triplet: 04, 8D and 4A. RGB value is (4,141,74). Sum of RGB (Red+Green+Blue) = 4+141+74=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #048D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D4A is #FB72B5. Grayscale: #5C5C5C. Windows color (decimal): -16478902 or 4885764. OLE color: 4885764.

HSL color Cylindrical-coordinate representation of color #048D4A: hue angle of 150.66º 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 #048D4A is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 74 -
CMYK 0.97 0 0.48 0.45
HSL 150.66º 0.94% 0.28% -
HSV(B) 150.66º 0.97% 0.55% -
XYZ 10.81 19.57 9.69 -
YUV 92.4 117.61 64.95 -
System Red Green Blue C M Y K H S L
Decimal 4 141 74 0.97 0 0.48 0.45 150.66 0.94 0.28
Hex 4 8D 4A 61 0 30 2D 97 5E 1C
Octal 4 215 112 141 0 60 55 227 136 34
Binary 100 10001101 1001010 1100001 0 110000 101101 10010111 1011110 11100

Color Harmonies of #048D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D4A

Black with #048D4A

Text Example


Text Example

White with #048D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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