#1CB612

Color #1CB612 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1CB612

Tints of Islamic Green #1CB612

Color information

#1CB612 (or 0x1CB612) is unknown color: approx Islamic Green. HEX triplet: 1C, B6 and 12. RGB value is (28,182,18). Sum of RGB (Red+Green+Blue) = 28+182+18=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 182 (71.48% from 255 or 79.82% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB612 is #E349ED. Grayscale: #757575. Windows color (decimal): -14895598 or 1226268. OLE color: 1226268.

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

Color convert

RGB2818218-
CMYK0.8500.900.29
HSL116.34º82%39.22%-
HSV(B)116.34º90.11%71.37%-
XYZ17.3233.756.17-
YUV117.2671.9864.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.28%
GREEN value IS 182 (71.48% from 255) = 79.82%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=12.28%
G=79.82%
B=7.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28182180.8500.900.29116.348239.22
Hex1CB6125505A1D745227
Octal342662212501323516412247
Binary1110010110110100101010101010110101110111101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CB612;
 }
 .AnyTagClassName
 {
   color: #1CB612;
 }
</style>
background-color css

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

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

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

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

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

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