Html Css Color HEX #049A2E Pigment Green

📋 copy color: '#049A2E'

red 4 ◦ green 154 ◦ blue 46

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

Shades of Pigment Green #049A2E

Tints of Pigment Green #049A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 75.49%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 1.96%
G = 75.49%
B = 22.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#049A2E (or 0x049A2E) is known color: Pigment Green. HEX triplet: 04, 9A and 2E. RGB value is (4,154,46). Sum of RGB (Red+Green+Blue) = 4+154+46=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #049A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A2E is #FB65D1. Grayscale: #616161. Windows color (decimal): -16475602 or 3054084. OLE color: 3054084.

HSL color Cylindrical-coordinate representation of color #049A2E: hue angle of 136.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A2E is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 154 46 -
CMYK 0.97 0 0.70 0.40
HSL 136.8º 0.95% 0.31% -
HSV(B) 136.8º 0.97% 0.6% -
XYZ 12.1 23.33 6.45 -
YUV 96.84 99.31 61.78 -
System Red Green Blue C M Y K H S L
Decimal 4 154 46 0.97 0 0.70 0.40 136.8 0.95 0.31
Hex 4 9A 2E 61 0 46 28 89 5F 1F
Octal 4 232 56 141 0 106 50 211 137 37
Binary 100 10011010 101110 1100001 0 1000110 101000 10001001 1011111 11111

Color Harmonies of #049A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A2E

Black with #049A2E

Text Example


Text Example

White with #049A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,154,46); }

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

background-color css

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

 a { background-color: rgb(4,154,46); }

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

border-color css

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

 span { border-color: rgb(4,154,46); }

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