#07C302

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

Shades of Islamic Green #07C302

Tints of Islamic Green #07C302

Color information

#07C302 (or 0x07C302) is unknown color: approx Islamic Green. HEX triplet: 07, C3 and 02. RGB value is (7,195,2). Sum of RGB (Red+Green+Blue) = 7+195+2=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 195 (76.56% from 255 or 95.59% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 195 - color contains mainly: green. Hex color #07C302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C302 is #F83CFD. Grayscale: #757575. Windows color (decimal): -16268542 or 180999. OLE color: 180999.

HSL color Cylindrical-coordinate representation of color #07C302: hue angle of 118.45º 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 #07C302 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB71952-
CMYK0.9600.990.24
HSL118.45º97.97%38.63%-
HSV(B)118.45º98.97%76.47%-
XYZ19.6139.086.57-
YUV116.7963.2249.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 195 (76.56% from 255) = 95.59%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=3.43%
G=95.59%
B=0.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal719520.9600.990.24118.4597.9738.63
Hex7C326006318766227
Octal7303214001433016614247
Binary11111000011101100000011000111100011101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C302; }

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

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

<style>
 a { background-color: #07C302; }

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

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

<style>
 span { border-color: #07C302; }

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

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