Html Css Color HEX #1CB301 Islamic Green

📋 copy color: '#1CB301'

red 28 ◦ green 179 ◦ blue 1

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

Shades of Islamic Green #1CB301

Tints of Islamic Green #1CB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 86.06%

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

R = 13.46%
G = 86.06%
B = 0.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#1CB301 (or 0x1CB301) is known color: Islamic Green. HEX triplet: 1C, B3 and 01. RGB value is (28,179,1). Sum of RGB (Red+Green+Blue) = 28+179+1=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 179 (70.31% from 255 or 86.06% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB301 is #E34CFE. Grayscale: #727272. Windows color (decimal): -14896383 or 111388. OLE color: 111388.

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

Color convert

RGB 28 179 1 -
CMYK 0.84 0 0.99 0.30
HSL 110.9º 0.99% 0.35% -
HSV(B) 110.9º 0.99% 0.7% -
XYZ 16.6 32.49 5.42 -
YUV 113.56 64.47 66.97 -
System Red Green Blue C M Y K H S L
Decimal 28 179 1 0.84 0 0.99 0.30 110.9 0.99 0.35
Hex 1C B3 1 54 0 63 1E 6F 63 23
Octal 34 263 1 124 0 143 36 157 143 43
Binary 11100 10110011 1 1010100 0 1100011 11110 1101111 1100011 100011

Color Harmonies of #1CB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB301

Black with #1CB301

Text Example


Text Example

White with #1CB301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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