Html Css Color HEX #1CB70D Islamic Green

📋 copy color: '#1CB70D'

red 28 ◦ green 183 ◦ blue 13

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

Shades of Islamic Green #1CB70D

Tints of Islamic Green #1CB70D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 81.7%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 12.5%
G = 81.7%
B = 5.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#1CB70D (or 0x1CB70D) is known color: Islamic Green. HEX triplet: 1C, B7 and 0D. RGB value is (28,183,13). Sum of RGB (Red+Green+Blue) = 28+183+13=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 183 (71.88% from 255 or 81.70% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB70D is #E348F2. Grayscale: #757575. Windows color (decimal): -14895347 or 898844. OLE color: 898844.

HSL color Cylindrical-coordinate representation of color #1CB70D: hue angle of 114.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CB70D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 183 13 -
CMYK 0.85 0 0.93 0.28
HSL 114.71º 0.87% 0.38% -
HSV(B) 114.71º 0.93% 0.72% -
XYZ 17.49 34.14 6.05 -
YUV 117.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 28 183 13 0.85 0 0.93 0.28 114.71 0.87 0.38
Hex 1C B7 D 55 0 5D 1C 73 57 26
Octal 34 267 15 125 0 135 34 163 127 46
Binary 11100 10110111 1101 1010101 0 1011101 11100 1110011 1010111 100110

Color Harmonies of #1CB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB70D

Black with #1CB70D

Text Example


Text Example

White with #1CB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,183,13); }

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

background-color css

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

 a { background-color: rgb(28,183,13); }

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

border-color css

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

 span { border-color: rgb(28,183,13); }

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