#1CB30B

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

Shades of Islamic Green #1CB30B

Tints of Islamic Green #1CB30B

Color information

#1CB30B (or 0x1CB30B) is unknown color: approx Islamic Green. HEX triplet: 1C, B3 and 0B. RGB value is (28,179,11). Sum of RGB (Red+Green+Blue) = 28+179+11=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 179 (70.31% from 255 or 82.11% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB30B is #E34CF4. Grayscale: #737373. Windows color (decimal): -14896373 or 766748. OLE color: 766748.

HSL color Cylindrical-coordinate representation of color #1CB30B: hue angle of 113.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CB30B is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB2817911-
CMYK0.8400.940.30
HSL113.93º88.42%37.25%-
HSV(B)113.93º93.85%70.2%-
XYZ16.6632.515.71-
YUV114.769.4766.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 179 (70.31% from 255) = 82.11%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=12.84%
G=82.11%
B=5.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28179110.8400.940.30113.9388.4237.25
Hex1CB3B5405E1E725825
Octal342631312401363616213045
Binary111001011001110111010100010111101111011100101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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