Html Css Color HEX #1CB40F Islamic Green

📋 copy color: '#1CB40F'

red 28 ◦ green 180 ◦ blue 15

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

Shades of Islamic Green #1CB40F

Tints of Islamic Green #1CB40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 12.56%
G = 80.72%
B = 6.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#1CB40F (or 0x1CB40F) is known color: Islamic Green. HEX triplet: 1C, B4 and 0F. RGB value is (28,180,15). Sum of RGB (Red+Green+Blue) = 28+180+15=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 180 (70.70% from 255 or 80.72% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB40F is #E34BF0. Grayscale: #747474. Windows color (decimal): -14896113 or 1029148. OLE color: 1029148.

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

Color convert

RGB 28 180 15 -
CMYK 0.84 0 0.92 0.29
HSL 115.27º 0.85% 0.38% -
HSV(B) 115.27º 0.92% 0.71% -
XYZ 16.89 32.92 5.92 -
YUV 115.74 71.14 65.42 -
System Red Green Blue C M Y K H S L
Decimal 28 180 15 0.84 0 0.92 0.29 115.27 0.85 0.38
Hex 1C B4 F 54 0 5C 1D 73 55 26
Octal 34 264 17 124 0 134 35 163 125 46
Binary 11100 10110100 1111 1010100 0 1011100 11101 1110011 1010101 100110

Color Harmonies of #1CB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB40F

Black with #1CB40F

Text Example


Text Example

White with #1CB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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