#05933E

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

Shades of Pigment Green #05933E

Tints of Pigment Green #05933E

Color information

#05933E (or 0x05933E) is unknown color: approx Pigment Green. HEX triplet: 05, 93 and 3E. RGB value is (5,147,62). Sum of RGB (Red+Green+Blue) = 5+147+62=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #05933E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05933E is #FA6CC1. Grayscale: #5F5F5F. Windows color (decimal): -16411842 or 4100869. OLE color: 4100869.

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

Color convert

RGB514762-
CMYK0.9700.580.42
HSL144.08º93.42%29.8%-
HSV(B)144.08º96.6%57.65%-
XYZ11.3721.258.06-
YUV94.85109.4663.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 147 (57.81% from 255) = 68.69%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=2.34%
G=68.69%
B=28.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147620.9700.580.42144.0893.4229.8
Hex5933E6103A2A905d1e
Octal5223761410725222013536
Binary101100100111111101100001011101010101010010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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