#02C308

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

Shades of Islamic Green #02C308

Tints of Islamic Green #02C308

Color information

#02C308 (or 0x02C308) is unknown color: approx Islamic Green. HEX triplet: 02, C3 and 08. RGB value is (2,195,8). Sum of RGB (Red+Green+Blue) = 2+195+8=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 195 (76.56% from 255 or 95.12% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 195 - color contains mainly: green. Hex color #02C308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C308 is #FD3CF7. Grayscale: #747474. Windows color (decimal): -16596216 or 574210. OLE color: 574210.

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

Color convert

RGB21958-
CMYK0.9900.960.24
HSL121.87º97.97%38.63%-
HSV(B)121.87º98.97%76.47%-
XYZ19.5839.066.74-
YUV115.9867.0646.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 195 (76.56% from 255) = 95.12%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=0.98%
G=95.12%
B=3.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal219580.9900.960.24121.8797.9738.63
Hex2C3863060187a6227
Octal23031014301403017214247
Binary101100001110001100011011000001100011110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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