#1c8d00

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

Shades of Islamic Green #1C8D00

Tints of Islamic Green #1C8D00

Color information

#1C8D00 (or 0x1C8D00) is unknown color: approx Islamic Green. HEX triplet: 1C, 8D and 00. RGB value is (28,141,0). Sum of RGB (Red+Green+Blue) = 28+141+0=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 141 (55.47% from 255 or 83.43% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8D00 is #E372FF. Grayscale: #5B5B5B. Windows color (decimal): -14906112 or 36124. OLE color: 36124.

HSL color Cylindrical-coordinate representation of color #1C8D00: hue angle of 108.09º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C8D00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB281410-
CMYK0.80010.45
HSL108.09º100%27.65%-
HSV(B)108.09º100%55.29%-
XYZ1019.33.2-
YUV91.1476.5682.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.57%
GREEN value IS 141 (55.47% from 255) = 83.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.57%
G=83.43%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2814100.80010.45108.0910027.65
Hex1C8D0500642D6c641c
Octal34215012001445515414434
Binary111001000110101010000011001001011011101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8d00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,141,0); }

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

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

 a { background-color: rgb(28,141,0); }

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

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

 span { border-color: rgb(28,141,0); }

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