Html Css Color HEX #058E1B Islamic Green

📋 copy color: '#058E1B'

red 5 ◦ green 142 ◦ blue 27

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

Shades of Islamic Green #058E1B

Tints of Islamic Green #058E1B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 81.61%

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 2.87%
G = 81.61%
B = 15.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#058E1B (or 0x058E1B) is known color: Islamic Green. HEX triplet: 05, 8E and 1B. RGB value is (5,142,27). Sum of RGB (Red+Green+Blue) = 5+142+27=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 142 (55.86% from 255 or 81.61% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 142 - color contains mainly: green. Hex color #058E1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E1B is #FA71E4. Grayscale: #585858. Windows color (decimal): -16413157 or 1805829. OLE color: 1805829.

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

Color convert

RGB 5 142 27 -
CMYK 0.96 0 0.81 0.44
HSL 129.64º 0.93% 0.29% -
HSV(B) 129.64º 0.96% 0.56% -
XYZ 9.93 19.46 4.27 -
YUV 87.93 93.61 68.85 -
System Red Green Blue C M Y K H S L
Decimal 5 142 27 0.96 0 0.81 0.44 129.64 0.93 0.29
Hex 5 8E 1B 60 0 51 2C 82 5D 1D
Octal 5 216 33 140 0 121 54 202 135 35
Binary 101 10001110 11011 1100000 0 1010001 101100 10000010 1011101 11101

Color Harmonies of #058E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E1B

Black with #058E1B

Text Example


Text Example

White with #058E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,142,27); }

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

background-color css

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

 a { background-color: rgb(5,142,27); }

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

border-color css

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

 span { border-color: rgb(5,142,27); }

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