#05903C

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

Shades of Pigment Green #05903C

Tints of Pigment Green #05903C

Color information

#05903C (or 0x05903C) is unknown color: approx Pigment Green. HEX triplet: 05, 90 and 3C. RGB value is (5,144,60). Sum of RGB (Red+Green+Blue) = 5+144+60=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #05903C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05903C is #FA6FC3. Grayscale: #5D5D5D. Windows color (decimal): -16412612 or 3969029. OLE color: 3969029.

HSL color Cylindrical-coordinate representation of color #05903C: hue angle of 143.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05903C is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB514460-
CMYK0.9700.580.44
HSL143.74º93.29%29.22%-
HSV(B)143.74º96.53%56.47%-
XYZ10.8520.317.62-
YUV92.86109.4565.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 144 (56.64% from 255) = 68.90%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=2.39%
G=68.90%
B=28.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144600.9700.580.44143.7493.2929.22
Hex5903C6103A2C905d1d
Octal5220741410725422013535
Binary101100100001111001100001011101010110010010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05903C; }

 p { color: rgb(5,144,60); }

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

<style>
 a { background-color: #05903C; }

 a { background-color: rgb(5,144,60); }

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

<style>
 span { border-color: #05903C; }

 span { border-color: rgb(5,144,60); }

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