#05943F

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

Shades of Pigment Green #05943F

Tints of Pigment Green #05943F

Color information

#05943F (or 0x05943F) is unknown color: approx Pigment Green. HEX triplet: 05, 94 and 3F. RGB value is (5,148,63). Sum of RGB (Red+Green+Blue) = 5+148+63=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #05943F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05943F is #FA6BC0. Grayscale: #5F5F5F. Windows color (decimal): -16411585 or 4166661. OLE color: 4166661.

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

Color convert

RGB514863-
CMYK0.9700.570.42
HSL144.34º93.46%30%-
HSV(B)144.34º96.62%58.04%-
XYZ11.5521.578.26-
YUV95.55109.6263.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 148 (58.20% from 255) = 68.52%
BLUE value IS 63 (25% from 255) = 29.17%
R=2.31%
G=68.52%
B=29.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5148630.9700.570.42144.3493.4630
Hex5943F610392A905d1e
Octal5224771410715222013536
Binary101100101001111111100001011100110101010010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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