#028F0B

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

Shades of Islamic Green #028F0B

Tints of Islamic Green #028F0B

Color information

#028F0B (or 0x028F0B) is unknown color: approx Islamic Green. HEX triplet: 02, 8F and 0B. RGB value is (2,143,11). Sum of RGB (Red+Green+Blue) = 2+143+11=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 143 (56.25% from 255 or 91.67% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 143 - color contains mainly: green. Hex color #028F0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028F0B is #FD70F4. Grayscale: #565656. Windows color (decimal): -16609525 or 757506. OLE color: 757506.

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

Color convert

RGB214311-
CMYK0.9900.920.44
HSL123.83º97.24%28.43%-
HSV(B)123.83º98.6%56.08%-
XYZ9.9119.683.59-
YUV85.7985.7968.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 143 (56.25% from 255) = 91.67%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=1.28%
G=91.67%
B=7.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2143110.9900.920.44123.8397.2428.43
Hex28FB6305C2C7c611c
Octal22171314301345417414134
Binary101000111110111100011010111001011001111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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