Html Css Color HEX #048E41 Pigment Green

📋 copy color: '#048E41'

red 4 ◦ green 142 ◦ blue 65

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

Shades of Pigment Green #048E41

Tints of Pigment Green #048E41

RGB

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

 GREEN value IS 142 (55.86% from 255) = 67.3%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 1.9%
G = 67.3%
B = 30.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#048E41 (or 0x048E41) is known color: Pigment Green. HEX triplet: 04, 8E and 41. RGB value is (4,142,65). Sum of RGB (Red+Green+Blue) = 4+142+65=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 142 (55.86% from 255 or 67.30% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 142 - color contains mainly: green. Hex color #048E41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E41 is #FB71BE. Grayscale: #5C5C5C. Windows color (decimal): -16478655 or 4296196. OLE color: 4296196.

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

Color convert

RGB 4 142 65 -
CMYK 0.97 0 0.54 0.44
HSL 146.52º 0.95% 0.29% -
HSV(B) 146.52º 0.97% 0.56% -
XYZ 10.68 19.75 8.25 -
YUV 91.96 112.78 65.26 -
System Red Green Blue C M Y K H S L
Decimal 4 142 65 0.97 0 0.54 0.44 146.52 0.95 0.29
Hex 4 8E 41 61 0 36 2C 93 5F 1D
Octal 4 216 101 141 0 66 54 223 137 35
Binary 100 10001110 1000001 1100001 0 110110 101100 10010011 1011111 11101

Color Harmonies of #048E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E41

Black with #048E41

Text Example


Text Example

White with #048E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,142,65); }

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

background-color css

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

 a { background-color: rgb(4,142,65); }

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

border-color css

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

 span { border-color: rgb(4,142,65); }

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