Html Css Color HEX #028F1C Islamic Green

📋 copy color: '#028F1C'

red 2 ◦ green 143 ◦ blue 28

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

Shades of Islamic Green #028F1C

Tints of Islamic Green #028F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 82.66%

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

R = 1.16%
G = 82.66%
B = 16.18%

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

#028F1C (or 0x028F1C) is known color: Islamic Green. HEX triplet: 02, 8F and 1C. RGB value is (2,143,28). Sum of RGB (Red+Green+Blue) = 2+143+28=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 143 (56.25% from 255 or 82.66% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 143 - color contains mainly: green. Hex color #028F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028F1C is #FD70E3. Grayscale: #585858. Windows color (decimal): -16609508 or 1871618. OLE color: 1871618.

HSL color Cylindrical-coordinate representation of color #028F1C: hue angle of 131.06º 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 #028F1C is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 143 28 -
CMYK 0.99 0 0.80 0.44
HSL 131.06º 0.97% 0.28% -
HSV(B) 131.06º 0.99% 0.56% -
XYZ 10.06 19.74 4.38 -
YUV 87.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 2 143 28 0.99 0 0.80 0.44 131.06 0.97 0.28
Hex 2 8F 1C 63 0 50 2C 83 61 1C
Octal 2 217 34 143 0 120 54 203 141 34
Binary 10 10001111 11100 1100011 0 1010000 101100 10000011 1100001 11100

Color Harmonies of #028F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F1C

Black with #028F1C

Text Example


Text Example

White with #028F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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