#059E1F

Color #059E1F Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #059E1F

Tints of Islamic Green #059E1F

Color information

#059E1F (or 0x059E1F) is unknown color: approx Islamic Green. HEX triplet: 05, 9E and 1F. RGB value is (5,158,31). Sum of RGB (Red+Green+Blue) = 5+158+31=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 158 (62.11% from 255 or 81.44% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 158 - color contains mainly: green. Hex color #059E1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059E1F is #FA61E0. Grayscale: #626262. Windows color (decimal): -16409057 or 2072069. OLE color: 2072069.

HSL color Cylindrical-coordinate representation of color #059E1F: hue angle of 130.2º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E1F is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB515831-
CMYK0.9700.800.38
HSL130.2º93.87%31.96%-
HSV(B)130.2º96.84%61.96%-
XYZ12.5424.585.38-
YUV97.7890.3161.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 158 (62.11% from 255) = 81.44%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=2.58%
G=81.44%
B=15.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5158310.9700.800.38130.293.8731.96
Hex59E1F6105026825e20
Octal52363714101204620213640
Binary1011001111011111110000101010000100110100000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059E1F; }

 p { color: rgb(5,158,31); }

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

<style>
 a { background-color: #059E1F; }

 a { background-color: rgb(5,158,31); }

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

<style>
 span { border-color: #059E1F; }

 span { border-color: rgb(5,158,31); }

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