Html Css Color HEX #1CB201 Islamic Green

📋 copy color: '#1CB201'

red 28 ◦ green 178 ◦ blue 1

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

Shades of Islamic Green #1CB201

Tints of Islamic Green #1CB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 85.99%

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

R = 13.53%
G = 85.99%
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

#1CB201 (or 0x1CB201) is known color: Islamic Green. HEX triplet: 1C, B2 and 01. RGB value is (28,178,1). Sum of RGB (Red+Green+Blue) = 28+178+1=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 178 (69.92% from 255 or 85.99% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB201 is #E34DFE. Grayscale: #717171. Windows color (decimal): -14896639 or 111132. OLE color: 111132.

HSL color Cylindrical-coordinate representation of color #1CB201: hue angle of 110.85º 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 #1CB201 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 178 1 -
CMYK 0.84 0 0.99 0.30
HSL 110.85º 0.99% 0.35% -
HSV(B) 110.85º 0.99% 0.7% -
XYZ 16.4 32.09 5.36 -
YUV 112.97 64.81 67.39 -
System Red Green Blue C M Y K H S L
Decimal 28 178 1 0.84 0 0.99 0.30 110.85 0.99 0.35
Hex 1C B2 1 54 0 63 1E 6F 63 23
Octal 34 262 1 124 0 143 36 157 143 43
Binary 11100 10110010 1 1010100 0 1100011 11110 1101111 1100011 100011

Color Harmonies of #1CB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB201

Black with #1CB201

Text Example


Text Example

White with #1CB201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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