#048F34

Color #048F34 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #048F34

Tints of Pigment Green #048F34

Color information

#048F34 (or 0x048F34) is unknown color: approx Pigment Green. HEX triplet: 04, 8F and 34. RGB value is (4,143,52). Sum of RGB (Red+Green+Blue) = 4+143+52=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 143 (56.25% from 255 or 71.86% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 143 - color contains mainly: green. Hex color #048F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F34 is #FB70CB. Grayscale: #5B5B5B. Windows color (decimal): -16478412 or 3444484. OLE color: 3444484.

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

Color convert

RGB414352-
CMYK0.9700.640.44
HSL140.72º94.56%28.82%-
HSV(B)140.72º97.2%56.08%-
XYZ10.4919.926.54-
YUV91.06105.9565.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 143 (56.25% from 255) = 71.86%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=2.01%
G=71.86%
B=26.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4143520.9700.640.44140.7294.5628.82
Hex48F34610402C8d5f1d
Octal42176414101005421513735
Binary1001000111111010011000010100000010110010001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #048F34;
 }
 .AnyTagClassName
 {
   color: #048F34;
 }
</style>
background-color css

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

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

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

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

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

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