Html Css Color HEX #049031 Pigment Green

📋 copy color: '#049031'

red 4 ◦ green 144 ◦ blue 49

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

Shades of Pigment Green #049031

Tints of Pigment Green #049031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 73.1%

 BLUE value IS 49 (19.53% from 255) = 24.87%

R = 2.03%
G = 73.1%
B = 24.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#049031 (or 0x049031) is known color: Pigment Green. HEX triplet: 04, 90 and 31. RGB value is (4,144,49). Sum of RGB (Red+Green+Blue) = 4+144+49=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #049031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049031 is #FB6FCE. Grayscale: #5B5B5B. Windows color (decimal): -16478159 or 3248132. OLE color: 3248132.

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

Color convert

RGB 4 144 49 -
CMYK 0.97 0 0.66 0.44
HSL 139.29º 0.95% 0.29% -
HSV(B) 139.29º 0.97% 0.56% -
XYZ 10.58 20.19 6.25 -
YUV 91.31 104.12 65.72 -
System Red Green Blue C M Y K H S L
Decimal 4 144 49 0.97 0 0.66 0.44 139.29 0.95 0.29
Hex 4 90 31 61 0 42 2C 8B 5F 1D
Octal 4 220 61 141 0 102 54 213 137 35
Binary 100 10010000 110001 1100001 0 1000010 101100 10001011 1011111 11101

Color Harmonies of #049031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049031

Black with #049031

Text Example


Text Example

White with #049031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049031; }

 p { color: rgb(4,144,49); }

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

background-color css

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

 a { background-color: rgb(4,144,49); }

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

border-color css

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

 span { border-color: rgb(4,144,49); }

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