#05943A

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

Shades of Pigment Green #05943A

Tints of Pigment Green #05943A

Color information

#05943A (or 0x05943A) is unknown color: approx Pigment Green. HEX triplet: 05, 94 and 3A. RGB value is (5,148,58). Sum of RGB (Red+Green+Blue) = 5+148+58=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #05943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05943A is #FA6BC5. Grayscale: #5F5F5F. Windows color (decimal): -16411590 or 3838981. OLE color: 3838981.

HSL color Cylindrical-coordinate representation of color #05943A: hue angle of 142.24º degrees, saturation: 0.93, 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 #05943A is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB514858-
CMYK0.9700.610.42
HSL142.24º93.46%30%-
HSV(B)142.24º96.62%58.04%-
XYZ11.4221.527.55-
YUV94.98107.1263.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 148 (58.20% from 255) = 70.14%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=2.37%
G=70.14%
B=27.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5148580.9700.610.42142.2493.4630
Hex5943A6103D2A8e5d1e
Octal5224721410755221613536
Binary101100101001110101100001011110110101010001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,148,58); }

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

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

 a { background-color: rgb(5,148,58); }

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

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

 span { border-color: rgb(5,148,58); }

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