Html Css Color HEX #1CB012 Islamic Green

📋 copy color: '#1CB012'

red 28 ◦ green 176 ◦ blue 18

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

Shades of Islamic Green #1CB012

Tints of Islamic Green #1CB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 79.28%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 12.61%
G = 79.28%
B = 8.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#1CB012 (or 0x1CB012) is known color: Islamic Green. HEX triplet: 1C, B0 and 12. RGB value is (28,176,18). Sum of RGB (Red+Green+Blue) = 28+176+18=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 176 (69.14% from 255 or 79.28% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB012 is #E34FED. Grayscale: #727272. Windows color (decimal): -14897134 or 1224732. OLE color: 1224732.

HSL color Cylindrical-coordinate representation of color #1CB012: hue angle of 116.2º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CB012 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 176 18 -
CMYK 0.84 0 0.90 0.31
HSL 116.2º 0.81% 0.38% -
HSV(B) 116.2º 0.9% 0.69% -
XYZ 16.11 31.34 5.77 -
YUV 113.74 73.97 66.85 -
System Red Green Blue C M Y K H S L
Decimal 28 176 18 0.84 0 0.90 0.31 116.2 0.81 0.38
Hex 1C B0 12 54 0 5A 1F 74 51 26
Octal 34 260 22 124 0 132 37 164 121 46
Binary 11100 10110000 10010 1010100 0 1011010 11111 1110100 1010001 100110

Color Harmonies of #1CB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB012

Black with #1CB012

Text Example


Text Example

White with #1CB012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,176,18); }

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

background-color css

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

 a { background-color: rgb(28,176,18); }

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

border-color css

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

 span { border-color: rgb(28,176,18); }

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