Html Css Color HEX #1C9301 Islamic Green

📋 copy color: '#1C9301'

red 28 ◦ green 147 ◦ blue 1

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

Shades of Islamic Green #1C9301

Tints of Islamic Green #1C9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 83.52%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 15.91%
G = 83.52%
B = 0.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#1C9301 (or 0x1C9301) is known color: Islamic Green. HEX triplet: 1C, 93 and 01. RGB value is (28,147,1). Sum of RGB (Red+Green+Blue) = 28+147+1=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 147 (57.81% from 255 or 83.52% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9301 is #E36CFE. Grayscale: #5F5F5F. Windows color (decimal): -14904575 or 103196. OLE color: 103196.

HSL color Cylindrical-coordinate representation of color #1C9301: hue angle of 108.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C9301 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 147 1 -
CMYK 0.81 0 0.99 0.42
HSL 108.9º 0.99% 0.29% -
HSV(B) 108.9º 0.99% 0.58% -
XYZ 10.92 21.12 3.53 -
YUV 94.78 75.08 80.37 -
System Red Green Blue C M Y K H S L
Decimal 28 147 1 0.81 0 0.99 0.42 108.9 0.99 0.29
Hex 1C 93 1 51 0 63 2A 6D 63 1D
Octal 34 223 1 121 0 143 52 155 143 35
Binary 11100 10010011 1 1010001 0 1100011 101010 1101101 1100011 11101

Color Harmonies of #1C9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9301

Black with #1C9301

Text Example


Text Example

White with #1C9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,147,1); }

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

background-color css

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

 a { background-color: rgb(28,147,1); }

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

border-color css

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

 span { border-color: rgb(28,147,1); }

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