Html Css Color HEX #049240 Pigment Green

📋 copy color: '#049240'

red 4 ◦ green 146 ◦ blue 64

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

Shades of Pigment Green #049240

Tints of Pigment Green #049240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.22%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 1.87%
G = 68.22%
B = 29.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#049240 (or 0x049240) is known color: Pigment Green. HEX triplet: 04, 92 and 40. RGB value is (4,146,64). Sum of RGB (Red+Green+Blue) = 4+146+64=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #049240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049240 is #FB6DBF. Grayscale: #5E5E5E. Windows color (decimal): -16477632 or 4231684. OLE color: 4231684.

HSL color Cylindrical-coordinate representation of color #049240: hue angle of 145.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049240 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 64 -
CMYK 0.97 0 0.56 0.43
HSL 145.35º 0.95% 0.29% -
HSV(B) 145.35º 0.97% 0.57% -
XYZ 11.25 20.95 8.3 -
YUV 94.19 110.96 63.67 -
System Red Green Blue C M Y K H S L
Decimal 4 146 64 0.97 0 0.56 0.43 145.35 0.95 0.29
Hex 4 92 40 61 0 38 2B 91 5F 1D
Octal 4 222 100 141 0 70 53 221 137 35
Binary 100 10010010 1000000 1100001 0 111000 101011 10010001 1011111 11101

Color Harmonies of #049240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049240

Black with #049240

Text Example


Text Example

White with #049240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049240; }

 p { color: rgb(4,146,64); }

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

background-color css

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

 a { background-color: rgb(4,146,64); }

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

border-color css

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

 span { border-color: rgb(4,146,64); }

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