Html Css Color HEX #049A42 Pigment Green

📋 copy color: '#049A42'

red 4 ◦ green 154 ◦ blue 66

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

Shades of Pigment Green #049A42

Tints of Pigment Green #049A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 1.79%
G = 68.75%
B = 29.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#049A42 (or 0x049A42) is known color: Pigment Green. HEX triplet: 04, 9A and 42. RGB value is (4,154,66). Sum of RGB (Red+Green+Blue) = 4+154+66=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 154 (60.55% from 255 or 68.75% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 154 - color contains mainly: green. Hex color #049A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A42 is #FB65BD. Grayscale: #636363. Windows color (decimal): -16475582 or 4364804. OLE color: 4364804.

HSL color Cylindrical-coordinate representation of color #049A42: hue angle of 144.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 #049A42 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 154 66 -
CMYK 0.97 0 0.57 0.40
HSL 144.8º 0.95% 0.31% -
HSV(B) 144.8º 0.97% 0.6% -
XYZ 12.59 23.53 9.03 -
YUV 99.12 109.31 60.16 -
System Red Green Blue C M Y K H S L
Decimal 4 154 66 0.97 0 0.57 0.40 144.8 0.95 0.31
Hex 4 9A 42 61 0 39 28 91 5F 1F
Octal 4 232 102 141 0 71 50 221 137 37
Binary 100 10011010 1000010 1100001 0 111001 101000 10010001 1011111 11111

Color Harmonies of #049A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A42

Black with #049A42

Text Example


Text Example

White with #049A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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