Html Css Color HEX #048E3E Pigment Green

📋 copy color: '#048E3E'

red 4 ◦ green 142 ◦ blue 62

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

Shades of Pigment Green #048E3E

Tints of Pigment Green #048E3E

RGB

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

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

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

R = 1.92%
G = 68.27%
B = 29.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#048E3E (or 0x048E3E) is known color: Pigment Green. HEX triplet: 04, 8E and 3E. RGB value is (4,142,62). Sum of RGB (Red+Green+Blue) = 4+142+62=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #048E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E3E is #FB71C1. Grayscale: #5B5B5B. Windows color (decimal): -16478658 or 4099588. OLE color: 4099588.

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

Color convert

RGB 4 142 62 -
CMYK 0.97 0 0.56 0.44
HSL 145.22º 0.95% 0.29% -
HSV(B) 145.22º 0.97% 0.56% -
XYZ 10.59 19.72 7.81 -
YUV 91.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 4 142 62 0.97 0 0.56 0.44 145.22 0.95 0.29
Hex 4 8E 3E 61 0 38 2C 91 5F 1D
Octal 4 216 76 141 0 70 54 221 137 35
Binary 100 10001110 111110 1100001 0 111000 101100 10010001 1011111 11101

Color Harmonies of #048E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E3E

Black with #048E3E

Text Example


Text Example

White with #048E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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