Html Css Color HEX #1CB210 Islamic Green

📋 copy color: '#1CB210'

red 28 ◦ green 178 ◦ blue 16

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

Shades of Islamic Green #1CB210

Tints of Islamic Green #1CB210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 12.61%
G = 80.18%
B = 7.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#1CB210 (or 0x1CB210) is known color: Islamic Green. HEX triplet: 1C, B2 and 10. RGB value is (28,178,16). Sum of RGB (Red+Green+Blue) = 28+178+16=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 178 (69.92% from 255 or 80.18% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB210 is #E34DEF. Grayscale: #737373. Windows color (decimal): -14896624 or 1094172. OLE color: 1094172.

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

Color convert

RGB 28 178 16 -
CMYK 0.84 0 0.91 0.30
HSL 115.56º 0.84% 0.38% -
HSV(B) 115.56º 0.91% 0.7% -
XYZ 16.49 32.13 5.82 -
YUV 114.68 72.31 66.17 -
System Red Green Blue C M Y K H S L
Decimal 28 178 16 0.84 0 0.91 0.30 115.56 0.84 0.38
Hex 1C B2 10 54 0 5B 1E 74 54 26
Octal 34 262 20 124 0 133 36 164 124 46
Binary 11100 10110010 10000 1010100 0 1011011 11110 1110100 1010100 100110

Color Harmonies of #1CB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB210

Black with #1CB210

Text Example


Text Example

White with #1CB210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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