Html Css Color HEX #048F42 Pigment Green

📋 copy color: '#048F42'

red 4 ◦ green 143 ◦ blue 66

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

Shades of Pigment Green #048F42

Tints of Pigment Green #048F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 1.88%
G = 67.14%
B = 30.99%

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

#048F42 (or 0x048F42) is known color: Pigment Green. HEX triplet: 04, 8F and 42. RGB value is (4,143,66). Sum of RGB (Red+Green+Blue) = 4+143+66=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 143 (56.25% from 255 or 67.14% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 143 - color contains mainly: green. Hex color #048F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F42 is #FB70BD. Grayscale: #5C5C5C. Windows color (decimal): -16478398 or 4361988. OLE color: 4361988.

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

Color convert

RGB 4 143 66 -
CMYK 0.97 0 0.54 0.44
HSL 146.76º 0.95% 0.29% -
HSV(B) 146.76º 0.97% 0.56% -
XYZ 10.86 20.06 8.45 -
YUV 92.66 112.95 64.76 -
System Red Green Blue C M Y K H S L
Decimal 4 143 66 0.97 0 0.54 0.44 146.76 0.95 0.29
Hex 4 8F 42 61 0 36 2C 93 5F 1D
Octal 4 217 102 141 0 66 54 223 137 35
Binary 100 10001111 1000010 1100001 0 110110 101100 10010011 1011111 11101

Color Harmonies of #048F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F42

Black with #048F42

Text Example


Text Example

White with #048F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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