Html Css Color HEX #028E1C Islamic Green

📋 copy color: '#028E1C'

red 2 ◦ green 142 ◦ blue 28

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

Shades of Islamic Green #028E1C

Tints of Islamic Green #028E1C

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 142 (55.86% from 255) = 82.56%

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 1.16%
G = 82.56%
B = 16.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#028E1C (or 0x028E1C) is known color: Islamic Green. HEX triplet: 02, 8E and 1C. RGB value is (2,142,28). Sum of RGB (Red+Green+Blue) = 2+142+28=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 142 (55.86% from 255 or 82.56% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 142 - color contains mainly: green. Hex color #028E1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E1C is #FD71E3. Grayscale: #575757. Windows color (decimal): -16609764 or 1871362. OLE color: 1871362.

HSL color Cylindrical-coordinate representation of color #028E1C: hue angle of 131.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E1C is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 142 28 -
CMYK 0.99 0 0.80 0.44
HSL 131.14º 0.97% 0.28% -
HSV(B) 131.14º 0.99% 0.56% -
XYZ 9.91 19.44 4.33 -
YUV 87.14 94.62 67.27 -
System Red Green Blue C M Y K H S L
Decimal 2 142 28 0.99 0 0.80 0.44 131.14 0.97 0.28
Hex 2 8E 1C 63 0 50 2C 83 61 1C
Octal 2 216 34 143 0 120 54 203 141 34
Binary 10 10001110 11100 1100011 0 1010000 101100 10000011 1100001 11100

Color Harmonies of #028E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E1C

Black with #028E1C

Text Example


Text Example

White with #028E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028E1C; }

 p { color: rgb(2,142,28); }

 H1.HeaderClassName
 {
   color: #028E1C;
 }
 .AnyTagClassName
 {
   color: #028E1C;
 }
</style>

background-color css

<style>
 a { background-color: #028E1C; }

 a { background-color: rgb(2,142,28); }

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

border-color css

<style>
 span { border-color: #028E1C; }

 span { border-color: rgb(2,142,28); }

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