Html Css Color HEX #028D1A Islamic Green

📋 copy color: '#028D1A'

red 2 ◦ green 141 ◦ blue 26

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

Shades of Islamic Green #028D1A

Tints of Islamic Green #028D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 83.43%

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 1.18%
G = 83.43%
B = 15.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#028D1A (or 0x028D1A) is known color: Islamic Green. HEX triplet: 02, 8D and 1A. RGB value is (2,141,26). Sum of RGB (Red+Green+Blue) = 2+141+26=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 141 (55.47% from 255 or 83.43% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 141 - color contains mainly: green. Hex color #028D1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D1A is #FD72E5. Grayscale: #565656. Windows color (decimal): -16610022 or 1740034. OLE color: 1740034.

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

Color convert

RGB 2 141 26 -
CMYK 0.99 0 0.82 0.45
HSL 130.36º 0.97% 0.28% -
HSV(B) 130.36º 0.99% 0.55% -
XYZ 9.74 19.14 4.16 -
YUV 86.33 93.95 67.85 -
System Red Green Blue C M Y K H S L
Decimal 2 141 26 0.99 0 0.82 0.45 130.36 0.97 0.28
Hex 2 8D 1A 63 0 52 2D 82 61 1C
Octal 2 215 32 143 0 122 55 202 141 34
Binary 10 10001101 11010 1100011 0 1010010 101101 10000010 1100001 11100

Color Harmonies of #028D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D1A

Black with #028D1A

Text Example


Text Example

White with #028D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,26); }

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

background-color css

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

 a { background-color: rgb(2,141,26); }

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

border-color css

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

 span { border-color: rgb(2,141,26); }

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