Html Css Color HEX #048D4C Pigment Green

📋 copy color: '#048D4C'

red 4 ◦ green 141 ◦ blue 76

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

Shades of Pigment Green #048D4C

Tints of Pigment Green #048D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 1.81%
G = 63.8%
B = 34.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#048D4C (or 0x048D4C) is known color: Pigment Green. HEX triplet: 04, 8D and 4C. RGB value is (4,141,76). Sum of RGB (Red+Green+Blue) = 4+141+76=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #048D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D4C is #FB72B3. Grayscale: #5C5C5C. Windows color (decimal): -16478900 or 5016836. OLE color: 5016836.

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

Color convert

RGB 4 141 76 -
CMYK 0.97 0 0.46 0.45
HSL 151.53º 0.94% 0.28% -
HSV(B) 151.53º 0.97% 0.55% -
XYZ 10.88 19.6 10.05 -
YUV 92.63 118.61 64.79 -
System Red Green Blue C M Y K H S L
Decimal 4 141 76 0.97 0 0.46 0.45 151.53 0.94 0.28
Hex 4 8D 4C 61 0 2E 2D 98 5E 1C
Octal 4 215 114 141 0 56 55 230 136 34
Binary 100 10001101 1001100 1100001 0 101110 101101 10011000 1011110 11100

Color Harmonies of #048D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D4C

Black with #048D4C

Text Example


Text Example

White with #048D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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