Html Css Color HEX #049430 Pigment Green

📋 copy color: '#049430'

red 4 ◦ green 148 ◦ blue 48

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

Shades of Pigment Green #049430

Tints of Pigment Green #049430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74%

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

R = 2%
G = 74%
B = 24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#049430 (or 0x049430) is known color: Pigment Green. HEX triplet: 04, 94 and 30. RGB value is (4,148,48). Sum of RGB (Red+Green+Blue) = 4+148+48=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #049430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049430 is #FB6BCF. Grayscale: #5D5D5D. Windows color (decimal): -16477136 or 3183620. OLE color: 3183620.

HSL color Cylindrical-coordinate representation of color #049430: hue angle of 138.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049430 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 48 -
CMYK 0.97 0 0.68 0.42
HSL 138.33º 0.95% 0.3% -
HSV(B) 138.33º 0.97% 0.58% -
XYZ 11.17 21.42 6.34 -
YUV 93.54 102.29 64.13 -
System Red Green Blue C M Y K H S L
Decimal 4 148 48 0.97 0 0.68 0.42 138.33 0.95 0.3
Hex 4 94 30 61 0 44 2A 8A 5F 1E
Octal 4 224 60 141 0 104 52 212 137 36
Binary 100 10010100 110000 1100001 0 1000100 101010 10001010 1011111 11110

Color Harmonies of #049430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049430

Black with #049430

Text Example


Text Example

White with #049430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049430; }

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

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

background-color css

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

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

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

border-color css

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

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

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