Html Css Color HEX #048D33 Pigment Green

📋 copy color: '#048D33'

red 4 ◦ green 141 ◦ blue 51

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

Shades of Pigment Green #048D33

Tints of Pigment Green #048D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 2.04%
G = 71.94%
B = 26.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#048D33 (or 0x048D33) is known color: Pigment Green. HEX triplet: 04, 8D and 33. RGB value is (4,141,51). Sum of RGB (Red+Green+Blue) = 4+141+51=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #048D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D33 is #FB72CC. Grayscale: #5A5A5A. Windows color (decimal): -16478925 or 3378436. OLE color: 3378436.

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

Color convert

RGB 4 141 51 -
CMYK 0.97 0 0.64 0.45
HSL 140.58º 0.94% 0.28% -
HSV(B) 140.58º 0.97% 0.55% -
XYZ 10.17 19.31 6.32 -
YUV 89.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 4 141 51 0.97 0 0.64 0.45 140.58 0.94 0.28
Hex 4 8D 33 61 0 40 2D 8D 5E 1C
Octal 4 215 63 141 0 100 55 215 136 34
Binary 100 10001101 110011 1100001 0 1000000 101101 10001101 1011110 11100

Color Harmonies of #048D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D33

Black with #048D33

Text Example


Text Example

White with #048D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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