Html Css Color HEX #1CB407 Islamic Green

📋 copy color: '#1CB407'

red 28 ◦ green 180 ◦ blue 7

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

Shades of Islamic Green #1CB407

Tints of Islamic Green #1CB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 13.02%
G = 83.72%
B = 3.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#1CB407 (or 0x1CB407) is known color: Islamic Green. HEX triplet: 1C, B4 and 07. RGB value is (28,180,7). Sum of RGB (Red+Green+Blue) = 28+180+7=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 180 (70.70% from 255 or 83.72% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB407 is #E34BF8. Grayscale: #737373. Windows color (decimal): -14896121 or 504860. OLE color: 504860.

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

Color convert

RGB 28 180 7 -
CMYK 0.84 0 0.96 0.29
HSL 112.72º 0.93% 0.37% -
HSV(B) 112.72º 0.96% 0.71% -
XYZ 16.84 32.9 5.66 -
YUV 114.83 67.14 66.07 -
System Red Green Blue C M Y K H S L
Decimal 28 180 7 0.84 0 0.96 0.29 112.72 0.93 0.37
Hex 1C B4 7 54 0 60 1D 71 5D 25
Octal 34 264 7 124 0 140 35 161 135 45
Binary 11100 10110100 111 1010100 0 1100000 11101 1110001 1011101 100101

Color Harmonies of #1CB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB407

Black with #1CB407

Text Example


Text Example

White with #1CB407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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