Html Css Color HEX #04973A Pigment Green

📋 copy color: '#04973A'

red 4 ◦ green 151 ◦ blue 58

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

Shades of Pigment Green #04973A

Tints of Pigment Green #04973A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 70.89%

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 1.88%
G = 70.89%
B = 27.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#04973A (or 0x04973A) is known color: Pigment Green. HEX triplet: 04, 97 and 3A. RGB value is (4,151,58). Sum of RGB (Red+Green+Blue) = 4+151+58=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 151 (59.38% from 255 or 70.89% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 151 - color contains mainly: green. Hex color #04973A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04973A is #FB68C5. Grayscale: #606060. Windows color (decimal): -16476358 or 3839748. OLE color: 3839748.

HSL color Cylindrical-coordinate representation of color #04973A: hue angle of 142.04º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04973A is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 151 58 -
CMYK 0.97 0 0.62 0.41
HSL 142.04º 0.95% 0.3% -
HSV(B) 142.04º 0.97% 0.59% -
XYZ 11.88 22.46 7.71 -
YUV 96.45 106.3 62.06 -
System Red Green Blue C M Y K H S L
Decimal 4 151 58 0.97 0 0.62 0.41 142.04 0.95 0.3
Hex 4 97 3A 61 0 3E 29 8E 5F 1E
Octal 4 227 72 141 0 76 51 216 137 36
Binary 100 10010111 111010 1100001 0 111110 101001 10001110 1011111 11110

Color Harmonies of #04973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04973A

Black with #04973A

Text Example


Text Example

White with #04973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04973A; }

 p { color: rgb(4,151,58); }

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

background-color css

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

 a { background-color: rgb(4,151,58); }

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

border-color css

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

 span { border-color: rgb(4,151,58); }

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