#05933A

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

Shades of Pigment Green #05933A

Tints of Pigment Green #05933A

Color information

#05933A (or 0x05933A) is unknown color: approx Pigment Green. HEX triplet: 05, 93 and 3A. RGB value is (5,147,58). Sum of RGB (Red+Green+Blue) = 5+147+58=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #05933A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05933A is #FA6CC5. Grayscale: #5E5E5E. Windows color (decimal): -16411846 or 3838725. OLE color: 3838725.

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

Color convert

RGB514758-
CMYK0.9700.610.42
HSL142.39º93.42%29.8%-
HSV(B)142.39º96.6%57.65%-
XYZ11.2621.217.5-
YUV94.4107.4664.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 147 (57.81% from 255) = 70%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=2.38%
G=70%
B=27.62%

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
Decimal5147580.9700.610.42142.3993.4229.8
Hex5933A6103D2A8e5d1e
Octal5223721410755221613536
Binary101100100111110101100001011110110101010001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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