Html Css Color HEX #1CB30F Islamic Green

📋 copy color: '#1CB30F'

red 28 ◦ green 179 ◦ blue 15

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

Shades of Islamic Green #1CB30F

Tints of Islamic Green #1CB30F

RGB

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

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

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

R = 12.61%
G = 80.63%
B = 6.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#1CB30F (or 0x1CB30F) is known color: Islamic Green. HEX triplet: 1C, B3 and 0F. RGB value is (28,179,15). Sum of RGB (Red+Green+Blue) = 28+179+15=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB30F is #E34CF0. Grayscale: #737373. Windows color (decimal): -14896369 or 1028892. OLE color: 1028892.

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

Color convert

RGB 28 179 15 -
CMYK 0.84 0 0.92 0.30
HSL 115.24º 0.85% 0.38% -
HSV(B) 115.24º 0.92% 0.7% -
XYZ 16.69 32.52 5.85 -
YUV 115.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 28 179 15 0.84 0 0.92 0.30 115.24 0.85 0.38
Hex 1C B3 F 54 0 5C 1E 73 55 26
Octal 34 263 17 124 0 134 36 163 125 46
Binary 11100 10110011 1111 1010100 0 1011100 11110 1110011 1010101 100110

Color Harmonies of #1CB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB30F

Black with #1CB30F

Text Example


Text Example

White with #1CB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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