Html Css Color HEX #049F3A Pigment Green

📋 copy color: '#049F3A'

red 4 ◦ green 159 ◦ blue 58

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

Shades of Pigment Green #049F3A

Tints of Pigment Green #049F3A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 71.95%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 1.81%
G = 71.95%
B = 26.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#049F3A (or 0x049F3A) is known color: Pigment Green. HEX triplet: 04, 9F and 3A. RGB value is (4,159,58). Sum of RGB (Red+Green+Blue) = 4+159+58=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #049F3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049F3A is #FB60C5. Grayscale: #656565. Windows color (decimal): -16474310 or 3841796. OLE color: 3841796.

HSL color Cylindrical-coordinate representation of color #049F3A: hue angle of 140.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F3A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 159 58 -
CMYK 0.97 0 0.64 0.38
HSL 140.9º 0.95% 0.32% -
HSV(B) 140.9º 0.97% 0.62% -
XYZ 13.21 25.13 8.16 -
YUV 101.14 103.65 58.71 -
System Red Green Blue C M Y K H S L
Decimal 4 159 58 0.97 0 0.64 0.38 140.9 0.95 0.32
Hex 4 9F 3A 61 0 40 26 8D 5F 20
Octal 4 237 72 141 0 100 46 215 137 40
Binary 100 10011111 111010 1100001 0 1000000 100110 10001101 1011111 100000

Color Harmonies of #049F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049F3A

Black with #049F3A

Text Example


Text Example

White with #049F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049F3A; }

 p { color: rgb(4,159,58); }

 H1.HeaderClassName
 {
   color: #049F3A;
 }
 .AnyTagClassName
 {
   color: #049F3A;
 }
</style>

background-color css

<style>
 a { background-color: #049F3A; }

 a { background-color: rgb(4,159,58); }

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

border-color css

<style>
 span { border-color: #049F3A; }

 span { border-color: rgb(4,159,58); }

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