Html Css Color HEX #04943F Pigment Green

📋 copy color: '#04943F'

red 4 ◦ green 148 ◦ blue 63

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

Shades of Pigment Green #04943F

Tints of Pigment Green #04943F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 1.86%
G = 68.84%
B = 29.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#04943F (or 0x04943F) is known color: Pigment Green. HEX triplet: 04, 94 and 3F. RGB value is (4,148,63). Sum of RGB (Red+Green+Blue) = 4+148+63=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #04943F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04943F is #FB6BC0. Grayscale: #5F5F5F. Windows color (decimal): -16477121 or 4166660. OLE color: 4166660.

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

Color convert

RGB 4 148 63 -
CMYK 0.97 0 0.57 0.42
HSL 144.58º 0.95% 0.3% -
HSV(B) 144.58º 0.97% 0.58% -
XYZ 11.54 21.56 8.26 -
YUV 95.25 109.79 62.91 -
System Red Green Blue C M Y K H S L
Decimal 4 148 63 0.97 0 0.57 0.42 144.58 0.95 0.3
Hex 4 94 3F 61 0 39 2A 91 5F 1E
Octal 4 224 77 141 0 71 52 221 137 36
Binary 100 10010100 111111 1100001 0 111001 101010 10010001 1011111 11110

Color Harmonies of #04943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04943F

Black with #04943F

Text Example


Text Example

White with #04943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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