#04952E

Color #04952E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #04952E

Tints of Pigment Green #04952E

Color information

#04952E (or 0x04952E) is unknown color: approx Pigment Green. HEX triplet: 04, 95 and 2E. RGB value is (4,149,46). Sum of RGB (Red+Green+Blue) = 4+149+46=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #04952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04952E is #FB6AD1. Grayscale: #5E5E5E. Windows color (decimal): -16476882 or 3052804. OLE color: 3052804.

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

Color convert

RGB414946-
CMYK0.9700.690.42
HSL137.38º94.77%30%-
HSV(B)137.38º97.32%58.43%-
XYZ11.2921.726.18-
YUV93.9100.9663.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 149 (58.59% from 255) = 74.87%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=2.01%
G=74.87%
B=23.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149460.9700.690.42137.3894.7730
Hex4952E610452A895f1e
Octal42255614101055221113736
Binary1001001010110111011000010100010110101010001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04952E; }

 p { color: rgb(4,149,46); }

 H1.HeaderClassName
 {
   color: #04952E;
 }
 .AnyTagClassName
 {
   color: #04952E;
 }
</style>
background-color css

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

 a { background-color: rgb(4,149,46); }

 div.DivClassName
 {
   background-color: #04952E;
 }
 .BgClassName
 {
   background-color: #04952E;
 }
</style>
border-color css

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

 span { border-color: rgb(4,149,46); }

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