Html Css Color HEX #1CB40B Islamic Green

📋 copy color: '#1CB40B'

red 28 ◦ green 180 ◦ blue 11

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

Shades of Islamic Green #1CB40B

Tints of Islamic Green #1CB40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 12.79%
G = 82.19%
B = 5.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#1CB40B (or 0x1CB40B) is known color: Islamic Green. HEX triplet: 1C, B4 and 0B. RGB value is (28,180,11). Sum of RGB (Red+Green+Blue) = 28+180+11=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 180 (70.70% from 255 or 82.19% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB40B is #E34BF4. Grayscale: #737373. Windows color (decimal): -14896117 or 767004. OLE color: 767004.

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

Color convert

RGB 28 180 11 -
CMYK 0.84 0 0.94 0.29
HSL 113.96º 0.88% 0.37% -
HSV(B) 113.96º 0.94% 0.71% -
XYZ 16.86 32.91 5.78 -
YUV 115.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 28 180 11 0.84 0 0.94 0.29 113.96 0.88 0.37
Hex 1C B4 B 54 0 5E 1D 72 58 25
Octal 34 264 13 124 0 136 35 162 130 45
Binary 11100 10110100 1011 1010100 0 1011110 11101 1110010 1011000 100101

Color Harmonies of #1CB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB40B

Black with #1CB40B

Text Example


Text Example

White with #1CB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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