Html Css Color HEX #11B312 Islamic Green

📋 copy color: '#11B312'

red 17 ◦ green 179 ◦ blue 18

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

Shades of Islamic Green #11B312

Tints of Islamic Green #11B312

RGB

 RED value IS 17 (7.03% from 255) = 7.94%

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 7.94%
G = 83.64%
B = 8.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#11B312 (or 0x11B312) is known color: Islamic Green. HEX triplet: 11, B3 and 12. RGB value is (17,179,18). Sum of RGB (Red+Green+Blue) = 17+179+18=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 179 (70.31% from 255 or 83.64% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 179 - color contains mainly: green. Hex color #11B312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B312 is #EE4CED. Grayscale: #707070. Windows color (decimal): -15617262 or 1225489. OLE color: 1225489.

HSL color Cylindrical-coordinate representation of color #11B312: hue angle of 120.37º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B312 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 179 18 -
CMYK 0.91 0 0.90 0.30
HSL 120.37º 0.83% 0.38% -
HSV(B) 120.37º 0.91% 0.7% -
XYZ 16.46 32.4 5.96 -
YUV 112.21 74.83 60.09 -
System Red Green Blue C M Y K H S L
Decimal 17 179 18 0.91 0 0.90 0.30 120.37 0.83 0.38
Hex 11 B3 12 5B 0 5A 1E 78 53 26
Octal 21 263 22 133 0 132 36 170 123 46
Binary 10001 10110011 10010 1011011 0 1011010 11110 1111000 1010011 100110

Color Harmonies of #11B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B312

Black with #11B312

Text Example


Text Example

White with #11B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B312; }

 p { color: rgb(17,179,18); }

 H1.HeaderClassName
 {
   color: #11B312;
 }
 .AnyTagClassName
 {
   color: #11B312;
 }
</style>

background-color css

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

 a { background-color: rgb(17,179,18); }

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

border-color css

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

 span { border-color: rgb(17,179,18); }

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