#059202

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

Shades of Islamic Green #059202

Tints of Islamic Green #059202

Color information

#059202 (or 0x059202) is unknown color: approx Islamic Green. HEX triplet: 05, 92 and 02. RGB value is (5,146,2). Sum of RGB (Red+Green+Blue) = 5+146+2=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 146 (57.42% from 255 or 95.42% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 146 - color contains mainly: green. Hex color #059202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059202 is #FA6DFD. Grayscale: #575757. Windows color (decimal): -16412158 or 168453. OLE color: 168453.

HSL color Cylindrical-coordinate representation of color #059202: hue angle of 118.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #059202 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB51462-
CMYK0.9700.990.43
HSL118.75º97.3%29.02%-
HSV(B)118.75º98.63%57.25%-
XYZ10.3520.593.49-
YUV87.4279.7969.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 146 (57.42% from 255) = 95.42%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=3.27%
G=95.42%
B=1.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal514620.9700.990.43118.7597.329.02
Hex5922610632B77611d
Octal5222214101435316714135
Binary10110010010101100001011000111010111110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059202; }

 p { color: rgb(5,146,2); }

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

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

 a { background-color: rgb(5,146,2); }

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

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

 span { border-color: rgb(5,146,2); }

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