#02B608

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

Shades of Islamic Green #02B608

Tints of Islamic Green #02B608

Color information

#02B608 (or 0x02B608) is unknown color: approx Islamic Green. HEX triplet: 02, B6 and 08. RGB value is (2,182,8). Sum of RGB (Red+Green+Blue) = 2+182+8=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 182 (71.48% from 255 or 94.79% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 182 - color contains mainly: green. Hex color #02B608 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B608 is #FD49F7. Grayscale: #6C6C6C. Windows color (decimal): -16599544 or 570882. OLE color: 570882.

HSL color Cylindrical-coordinate representation of color #02B608: hue angle of 122º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B608 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB21828-
CMYK0.9900.960.29
HSL122º97.83%36.08%-
HSV(B)122º98.9%71.37%-
XYZ16.833.495.81-
YUV108.3471.3752.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 182 (71.48% from 255) = 94.79%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=1.04%
G=94.79%
B=4.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal218280.9900.960.2912297.8336.08
Hex2B68630601D7a6224
Octal22661014301403517214244
Binary101011011010001100011011000001110111110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,182,8); }

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

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

 a { background-color: rgb(2,182,8); }

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

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

 span { border-color: rgb(2,182,8); }

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