#05954F

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

Shades of Pigment Green #05954F

Tints of Pigment Green #05954F

Color information

#05954F (or 0x05954F) is unknown color: approx Pigment Green. HEX triplet: 05, 95 and 4F. RGB value is (5,149,79). Sum of RGB (Red+Green+Blue) = 5+149+79=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #05954F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05954F is #FA6AB0. Grayscale: #626262. Windows color (decimal): -16411313 or 5215493. OLE color: 5215493.

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

Color convert

RGB514979-
CMYK0.9700.470.42
HSL150.83º93.51%30.2%-
HSV(B)150.83º96.64%58.43%-
XYZ12.2222.0911.02-
YUV97.96117.2961.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=2.15%
G=63.95%
B=33.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5149790.9700.470.42150.8393.5130.2
Hex5954F6102F2A975e1e
Octal52251171410575222713636
Binary1011001010110011111100001010111110101010010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,149,79); }

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

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

 a { background-color: rgb(5,149,79); }

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

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

 span { border-color: rgb(5,149,79); }

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