#28A300

Color #28A300 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #28A300

Tints of Islamic Green #28A300

Color information

#28A300 (or 0x28A300) is unknown color: approx Islamic Green. HEX triplet: 28, A3 and 00. RGB value is (40,163,0). Sum of RGB (Red+Green+Blue) = 40+163+0=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #28A300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A300 is #D75CFF. Grayscale: #6C6C6C. Windows color (decimal): -14114048 or 41768. OLE color: 41768.

HSL color Cylindrical-coordinate representation of color #28A300: hue angle of 105.28º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28A300 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB401630-
CMYK0.75010.36
HSL105.28º100%31.96%-
HSV(B)105.28º100%63.92%-
XYZ13.9726.654.41-
YUV107.6467.2579.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 163 (64.06% from 255) = 80.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.70%
G=80.30%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4016300.75010.36105.2810031.96
Hex28A304B06424696420
Octal50243011301444415114440
Binary10100010100011010010110110010010010011010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A300; }

 p { color: rgb(40,163,0); }

 H1.HeaderClassName
 {
   color: #28A300;
 }
 .AnyTagClassName
 {
   color: #28A300;
 }
</style>
background-color css

<style>
 a { background-color: #28A300; }

 a { background-color: rgb(40,163,0); }

 div.DivClassName
 {
   background-color: #28A300;
 }
 .BgClassName
 {
   background-color: #28A300;
 }
</style>
border-color css

<style>
 span { border-color: #28A300; }

 span { border-color: rgb(40,163,0); }

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