Html Css Color HEX #058F1A Islamic Green

📋 copy color: '#058F1A'

red 5 ◦ green 143 ◦ blue 26

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

Shades of Islamic Green #058F1A

Tints of Islamic Green #058F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 82.18%

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 2.87%
G = 82.18%
B = 14.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#058F1A (or 0x058F1A) is known color: Islamic Green. HEX triplet: 05, 8F and 1A. RGB value is (5,143,26). Sum of RGB (Red+Green+Blue) = 5+143+26=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 143 (56.25% from 255 or 82.18% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 143 - color contains mainly: green. Hex color #058F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F1A is #FA70E5. Grayscale: #585858. Windows color (decimal): -16412902 or 1740549. OLE color: 1740549.

HSL color Cylindrical-coordinate representation of color #058F1A: hue angle of 129.13º 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 #058F1A is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 26 -
CMYK 0.97 0 0.82 0.44
HSL 129.13º 0.93% 0.29% -
HSV(B) 129.13º 0.97% 0.56% -
XYZ 10.07 19.75 4.26 -
YUV 88.4 92.78 68.51 -
System Red Green Blue C M Y K H S L
Decimal 5 143 26 0.97 0 0.82 0.44 129.13 0.93 0.29
Hex 5 8F 1A 61 0 52 2C 81 5D 1D
Octal 5 217 32 141 0 122 54 201 135 35
Binary 101 10001111 11010 1100001 0 1010010 101100 10000001 1011101 11101

Color Harmonies of #058F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F1A

Black with #058F1A

Text Example


Text Example

White with #058F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,26); }

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

background-color css

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

 a { background-color: rgb(5,143,26); }

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

border-color css

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

 span { border-color: rgb(5,143,26); }

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