Html Css Color HEX #048F4D Pigment Green

📋 copy color: '#048F4D'

red 4 ◦ green 143 ◦ blue 77

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

Shades of Pigment Green #048F4D

Tints of Pigment Green #048F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 63.84%

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 1.79%
G = 63.84%
B = 34.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#048F4D (or 0x048F4D) is known color: Pigment Green. HEX triplet: 04, 8F and 4D. RGB value is (4,143,77). Sum of RGB (Red+Green+Blue) = 4+143+77=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #048F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F4D is #FB70B2. Grayscale: #5E5E5E. Windows color (decimal): -16478387 or 5082884. OLE color: 5082884.

HSL color Cylindrical-coordinate representation of color #048F4D: hue angle of 151.51º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F4D is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 143 77 -
CMYK 0.97 0 0.46 0.44
HSL 151.51º 0.95% 0.29% -
HSV(B) 151.51º 0.97% 0.56% -
XYZ 11.21 20.21 10.33 -
YUV 93.92 118.45 63.87 -
System Red Green Blue C M Y K H S L
Decimal 4 143 77 0.97 0 0.46 0.44 151.51 0.95 0.29
Hex 4 8F 4D 61 0 2E 2C 98 5F 1D
Octal 4 217 115 141 0 56 54 230 137 35
Binary 100 10001111 1001101 1100001 0 101110 101100 10011000 1011111 11101

Color Harmonies of #048F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F4D

Black with #048F4D

Text Example


Text Example

White with #048F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,77); }

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

background-color css

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

 a { background-color: rgb(4,143,77); }

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

border-color css

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

 span { border-color: rgb(4,143,77); }

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