#1CB50D

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

Shades of Islamic Green #1CB50D

Tints of Islamic Green #1CB50D

Color information

#1CB50D (or 0x1CB50D) is unknown color: approx Islamic Green. HEX triplet: 1C, B5 and 0D. RGB value is (28,181,13). Sum of RGB (Red+Green+Blue) = 28+181+13=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 181 (71.09% from 255 or 81.53% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB50D is #E34AF2. Grayscale: #747474. Windows color (decimal): -14895859 or 898332. OLE color: 898332.

HSL color Cylindrical-coordinate representation of color #1CB50D: hue angle of 114.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CB50D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB2818113-
CMYK0.8500.930.29
HSL114.64º86.6%38.04%-
HSV(B)114.64º92.82%70.98%-
XYZ17.0833.325.91-
YUV116.169.8165.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 181 (71.09% from 255) = 81.53%
BLUE value IS 13 (5.47% from 255) = 5.86%
R=12.61%
G=81.53%
B=5.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28181130.8500.930.29114.6486.638.04
Hex1CB5D5505D1D735726
Octal342651512501353516312746
Binary111001011010111011010101010111011110111100111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,181,13); }

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

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

 a { background-color: rgb(28,181,13); }

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

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

 span { border-color: rgb(28,181,13); }

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