Html Css Color HEX #04943C Pigment Green

📋 copy color: '#04943C'

red 4 ◦ green 148 ◦ blue 60

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

Shades of Pigment Green #04943C

Tints of Pigment Green #04943C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 1.89%
G = 69.81%
B = 28.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#04943C (or 0x04943C) is known color: Pigment Green. HEX triplet: 04, 94 and 3C. RGB value is (4,148,60). Sum of RGB (Red+Green+Blue) = 4+148+60=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #04943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04943C is #FB6BC3. Grayscale: #5F5F5F. Windows color (decimal): -16477124 or 3970052. OLE color: 3970052.

HSL color Cylindrical-coordinate representation of color #04943C: hue angle of 143.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 #04943C is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 60 -
CMYK 0.97 0 0.59 0.42
HSL 143.33º 0.95% 0.3% -
HSV(B) 143.33º 0.97% 0.58% -
XYZ 11.46 21.53 7.83 -
YUV 94.91 108.29 63.16 -
System Red Green Blue C M Y K H S L
Decimal 4 148 60 0.97 0 0.59 0.42 143.33 0.95 0.3
Hex 4 94 3C 61 0 3B 2A 8F 5F 1E
Octal 4 224 74 141 0 73 52 217 137 36
Binary 100 10010100 111100 1100001 0 111011 101010 10001111 1011111 11110

Color Harmonies of #04943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04943C

Black with #04943C

Text Example


Text Example

White with #04943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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