#02B317

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

Shades of Islamic Green #02B317

Tints of Islamic Green #02B317

Color information

#02B317 (or 0x02B317) is unknown color: approx Islamic Green. HEX triplet: 02, B3 and 17. RGB value is (2,179,23). Sum of RGB (Red+Green+Blue) = 2+179+23=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 179 (70.31% from 255 or 87.75% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 179 - color contains mainly: green. Hex color #02B317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B317 is #FD4CE8. Grayscale: #6C6C6C. Windows color (decimal): -16600297 or 1553154. OLE color: 1553154.

HSL color Cylindrical-coordinate representation of color #02B317: hue angle of 127.12º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B317 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB217923-
CMYK0.9900.870.30
HSL127.12º97.79%35.49%-
HSV(B)127.12º98.88%70.2%-
XYZ16.332.316.19-
YUV108.2979.8652.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 179 (70.31% from 255) = 87.75%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=0.98%
G=87.75%
B=11.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2179230.9900.870.30127.1297.7935.49
Hex2B317630571E7f6223
Octal22632714301273617714243
Binary1010110011101111100011010101111111011111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02B317; }

 p { color: rgb(2,179,23); }

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

<style>
 a { background-color: #02B317; }

 a { background-color: rgb(2,179,23); }

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

<style>
 span { border-color: #02B317; }

 span { border-color: rgb(2,179,23); }

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