Html Css Color HEX #1CB200 Islamic Green

📋 copy color: '#1CB200'

red 28 ◦ green 178 ◦ blue 0

#1CB200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1CB200

Tints of Islamic Green #1CB200

RGB

 RED value IS 28 (11.33% from 255) = 13.59%

 GREEN value IS 178 (69.92% from 255) = 86.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.59%
G = 86.41%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#1CB200 (or 0x1CB200) is known color: Islamic Green. HEX triplet: 1C, B2 and 00. RGB value is (28,178,0). Sum of RGB (Red+Green+Blue) = 28+178+0=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 178 (69.92% from 255 or 86.41% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB200 is #E34DFF. Grayscale: #717171. Windows color (decimal): -14896640 or 45596. OLE color: 45596.

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

Color convert

RGB 28 178 0 -
CMYK 0.84 0 1 0.30
HSL 110.56º 1% 0.35% -
HSV(B) 110.56º 1% 0.7% -
XYZ 16.4 32.09 5.33 -
YUV 112.86 64.31 67.47 -
System Red Green Blue C M Y K H S L
Decimal 28 178 0 0.84 0 1 0.30 110.56 1 0.35
Hex 1C B2 0 54 0 64 1E 6F 64 23
Octal 34 262 0 124 0 144 36 157 144 43
Binary 11100 10110010 0 1010100 0 1100100 11110 1101111 1100100 100011

Color Harmonies of #1CB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB200

Black with #1CB200

Text Example


Text Example

White with #1CB200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CB200;
 }
 .AnyTagClassName
 {
   color: #1CB200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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