Html Css Color HEX #058D01 Islamic Green

📋 copy color: '#058D01'

red 5 ◦ green 141 ◦ blue 1

#058D01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #058D01

Tints of Islamic Green #058D01

RGB

 RED value IS 5 (2.34% from 255) = 3.4%

 GREEN value IS 141 (55.47% from 255) = 95.92%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 3.4%
G = 95.92%
B = 0.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#058D01 (or 0x058D01) is known color: Islamic Green. HEX triplet: 05, 8D and 01. RGB value is (5,141,1). Sum of RGB (Red+Green+Blue) = 5+141+1=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 141 (55.47% from 255 or 95.92% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 141 - color contains mainly: green. Hex color #058D01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D01 is #FA72FE. Grayscale: #545454. Windows color (decimal): -16413439 or 101637. OLE color: 101637.

HSL color Cylindrical-coordinate representation of color #058D01: hue angle of 118.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058D01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 1 -
CMYK 0.96 0 0.99 0.45
HSL 118.29º 0.99% 0.28% -
HSV(B) 118.29º 0.99% 0.55% -
XYZ 9.59 19.08 3.21 -
YUV 84.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 5 141 1 0.96 0 0.99 0.45 118.29 0.99 0.28
Hex 5 8D 1 60 0 63 2D 76 63 1C
Octal 5 215 1 140 0 143 55 166 143 34
Binary 101 10001101 1 1100000 0 1100011 101101 1110110 1100011 11100

Color Harmonies of #058D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D01

Black with #058D01

Text Example


Text Example

White with #058D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058D01; }

 p { color: rgb(5,141,1); }

 H1.HeaderClassName
 {
   color: #058D01;
 }
 .AnyTagClassName
 {
   color: #058D01;
 }
</style>

background-color css

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

 a { background-color: rgb(5,141,1); }

 div.DivClassName
 {
   background-color: #058D01;
 }
 .BgClassName
 {
   background-color: #058D01;
 }
</style>

border-color css

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

 span { border-color: rgb(5,141,1); }

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