Html Css Color HEX #05B310 Islamic Green

📋 copy color: '#05B310'

red 5 ◦ green 179 ◦ blue 16

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

Shades of Islamic Green #05B310

Tints of Islamic Green #05B310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 89.5%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 2.5%
G = 89.5%
B = 8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#05B310 (or 0x05B310) is known color: Islamic Green. HEX triplet: 05, B3 and 10. RGB value is (5,179,16). Sum of RGB (Red+Green+Blue) = 5+179+16=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 179 (70.31% from 255 or 89.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 179 - color contains mainly: green. Hex color #05B310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B310 is #FA4CEF. Grayscale: #6C6C6C. Windows color (decimal): -16403696 or 1094405. OLE color: 1094405.

HSL color Cylindrical-coordinate representation of color #05B310: hue angle of 123.79º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B310 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 179 16 -
CMYK 0.97 0 0.91 0.30
HSL 123.79º 0.95% 0.36% -
HSV(B) 123.79º 0.97% 0.7% -
XYZ 16.28 32.31 5.87 -
YUV 108.39 75.85 54.25 -
System Red Green Blue C M Y K H S L
Decimal 5 179 16 0.97 0 0.91 0.30 123.79 0.95 0.36
Hex 5 B3 10 61 0 5B 1E 7C 5F 24
Octal 5 263 20 141 0 133 36 174 137 44
Binary 101 10110011 10000 1100001 0 1011011 11110 1111100 1011111 100100

Color Harmonies of #05B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B310

Black with #05B310

Text Example


Text Example

White with #05B310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B310; }

 p { color: rgb(5,179,16); }

 H1.HeaderClassName
 {
   color: #05B310;
 }
 .AnyTagClassName
 {
   color: #05B310;
 }
</style>

background-color css

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

 a { background-color: rgb(5,179,16); }

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

border-color css

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

 span { border-color: rgb(5,179,16); }

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