#1CBB00

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

Shades of Islamic Green #1CBB00

Tints of Islamic Green #1CBB00

Color information

#1CBB00 (or 0x1CBB00) is unknown color: approx Islamic Green. HEX triplet: 1C, BB and 00. RGB value is (28,187,0). Sum of RGB (Red+Green+Blue) = 28+187+0=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 187 (73.44% from 255 or 86.98% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBB00 is #E344FF. Grayscale: #767676. Windows color (decimal): -14894336 or 47900. OLE color: 47900.

HSL color Cylindrical-coordinate representation of color #1CBB00: hue angle of 111.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CBB00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB281870-
CMYK0.85010.27
HSL111.02º100%36.67%-
HSV(B)111.02º100%73.33%-
XYZ18.2535.795.95-
YUV118.1461.3263.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 187 (73.44% from 255) = 86.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.02%
G=86.98%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2818700.85010.27111.0210036.67
Hex1CBB0550641B6f6425
Octal34273012501443315714445
Binary111001011101101010101011001001101111011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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