Html Css Color HEX #1CB401 Islamic Green

📋 copy color: '#1CB401'

red 28 ◦ green 180 ◦ blue 1

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

Shades of Islamic Green #1CB401

Tints of Islamic Green #1CB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 86.12%

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

R = 13.4%
G = 86.12%
B = 0.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#1CB401 (or 0x1CB401) is known color: Islamic Green. HEX triplet: 1C, B4 and 01. RGB value is (28,180,1). Sum of RGB (Red+Green+Blue) = 28+180+1=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 180 (70.70% from 255 or 86.12% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB401 is #E34BFE. Grayscale: #727272. Windows color (decimal): -14896127 or 111644. OLE color: 111644.

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

Color convert

RGB 28 180 1 -
CMYK 0.84 0 0.99 0.29
HSL 110.95º 0.99% 0.35% -
HSV(B) 110.95º 0.99% 0.71% -
XYZ 16.81 32.89 5.49 -
YUV 114.15 64.14 66.55 -
System Red Green Blue C M Y K H S L
Decimal 28 180 1 0.84 0 0.99 0.29 110.95 0.99 0.35
Hex 1C B4 1 54 0 63 1D 6F 63 23
Octal 34 264 1 124 0 143 35 157 143 43
Binary 11100 10110100 1 1010100 0 1100011 11101 1101111 1100011 100011

Color Harmonies of #1CB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB401

Black with #1CB401

Text Example


Text Example

White with #1CB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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