Html Css Color HEX #048D3E Pigment Green

📋 copy color: '#048D3E'

red 4 ◦ green 141 ◦ blue 62

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

Shades of Pigment Green #048D3E

Tints of Pigment Green #048D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 1.93%
G = 68.12%
B = 29.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#048D3E (or 0x048D3E) is known color: Pigment Green. HEX triplet: 04, 8D and 3E. RGB value is (4,141,62). Sum of RGB (Red+Green+Blue) = 4+141+62=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #048D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D3E is #FB72C1. Grayscale: #5B5B5B. Windows color (decimal): -16478914 or 4099332. OLE color: 4099332.

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

Color convert

RGB 4 141 62 -
CMYK 0.97 0 0.56 0.45
HSL 145.4º 0.94% 0.28% -
HSV(B) 145.4º 0.97% 0.55% -
XYZ 10.44 19.42 7.76 -
YUV 91.03 111.61 65.92 -
System Red Green Blue C M Y K H S L
Decimal 4 141 62 0.97 0 0.56 0.45 145.4 0.94 0.28
Hex 4 8D 3E 61 0 38 2D 91 5E 1C
Octal 4 215 76 141 0 70 55 221 136 34
Binary 100 10001101 111110 1100001 0 111000 101101 10010001 1011110 11100

Color Harmonies of #048D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D3E

Black with #048D3E

Text Example


Text Example

White with #048D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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