Html Css Color HEX #1CB312 Islamic Green

📋 copy color: '#1CB312'

red 28 ◦ green 179 ◦ blue 18

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

Shades of Islamic Green #1CB312

Tints of Islamic Green #1CB312

RGB

 RED value IS 28 (11.33% from 255) = 12.44%

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

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

R = 12.44%
G = 79.56%
B = 8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#1CB312 (or 0x1CB312) is known color: Islamic Green. HEX triplet: 1C, B3 and 12. RGB value is (28,179,18). Sum of RGB (Red+Green+Blue) = 28+179+18=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 179 (70.31% from 255 or 79.56% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB312 is #E34CED. Grayscale: #737373. Windows color (decimal): -14896366 or 1225500. OLE color: 1225500.

HSL color Cylindrical-coordinate representation of color #1CB312: hue angle of 116.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CB312 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 18 -
CMYK 0.84 0 0.90 0.30
HSL 116.27º 0.82% 0.39% -
HSV(B) 116.27º 0.9% 0.7% -
XYZ 16.71 32.53 5.97 -
YUV 115.5 72.97 65.59 -
System Red Green Blue C M Y K H S L
Decimal 28 179 18 0.84 0 0.90 0.30 116.27 0.82 0.39
Hex 1C B3 12 54 0 5A 1E 74 52 27
Octal 34 263 22 124 0 132 36 164 122 47
Binary 11100 10110011 10010 1010100 0 1011010 11110 1110100 1010010 100111

Color Harmonies of #1CB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB312

Black with #1CB312

Text Example


Text Example

White with #1CB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB312; }

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

 H1.HeaderClassName
 {
   color: #1CB312;
 }
 .AnyTagClassName
 {
   color: #1CB312;
 }
</style>

background-color css

<style>
 a { background-color: #1CB312; }

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

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

border-color css

<style>
 span { border-color: #1CB312; }

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

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