Html Css Color HEX #049A30 Pigment Green

📋 copy color: '#049A30'

red 4 ◦ green 154 ◦ blue 48

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

Shades of Pigment Green #049A30

Tints of Pigment Green #049A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 1.94%
G = 74.76%
B = 23.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#049A30 (or 0x049A30) is known color: Pigment Green. HEX triplet: 04, 9A and 30. RGB value is (4,154,48). Sum of RGB (Red+Green+Blue) = 4+154+48=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 154 (60.55% from 255 or 74.76% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 154 - color contains mainly: green. Hex color #049A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A30 is #FB65CF. Grayscale: #616161. Windows color (decimal): -16475600 or 3185156. OLE color: 3185156.

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

Color convert

RGB 4 154 48 -
CMYK 0.97 0 0.69 0.40
HSL 137.6º 0.95% 0.31% -
HSV(B) 137.6º 0.97% 0.6% -
XYZ 12.14 23.35 6.66 -
YUV 97.07 100.31 61.62 -
System Red Green Blue C M Y K H S L
Decimal 4 154 48 0.97 0 0.69 0.40 137.6 0.95 0.31
Hex 4 9A 30 61 0 45 28 8A 5F 1F
Octal 4 232 60 141 0 105 50 212 137 37
Binary 100 10011010 110000 1100001 0 1000101 101000 10001010 1011111 11111

Color Harmonies of #049A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A30

Black with #049A30

Text Example


Text Example

White with #049A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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