Html Css Color HEX #1CB512 Islamic Green

📋 copy color: '#1CB512'

red 28 ◦ green 181 ◦ blue 18

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

Shades of Islamic Green #1CB512

Tints of Islamic Green #1CB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.74%

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

R = 12.33%
G = 79.74%
B = 7.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#1CB512 (or 0x1CB512) is known color: Islamic Green. HEX triplet: 1C, B5 and 12. RGB value is (28,181,18). Sum of RGB (Red+Green+Blue) = 28+181+18=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB512 is #E34AED. Grayscale: #757575. Windows color (decimal): -14895854 or 1226012. OLE color: 1226012.

HSL color Cylindrical-coordinate representation of color #1CB512: hue angle of 116.32º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CB512 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 18 -
CMYK 0.85 0 0.90 0.29
HSL 116.32º 0.82% 0.39% -
HSV(B) 116.32º 0.9% 0.71% -
XYZ 17.11 33.34 6.11 -
YUV 116.67 72.31 64.75 -
System Red Green Blue C M Y K H S L
Decimal 28 181 18 0.85 0 0.90 0.29 116.32 0.82 0.39
Hex 1C B5 12 55 0 5A 1D 74 52 27
Octal 34 265 22 125 0 132 35 164 122 47
Binary 11100 10110101 10010 1010101 0 1011010 11101 1110100 1010010 100111

Color Harmonies of #1CB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB512

Black with #1CB512

Text Example


Text Example

White with #1CB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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