#04C302

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

Shades of Islamic Green #04C302

Tints of Islamic Green #04C302

Color information

#04C302 (or 0x04C302) is unknown color: approx Islamic Green. HEX triplet: 04, C3 and 02. RGB value is (4,195,2). Sum of RGB (Red+Green+Blue) = 4+195+2=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 195 (76.56% from 255 or 97.01% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 195 - color contains mainly: green. Hex color #04C302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C302 is #FB3CFD. Grayscale: #747474. Windows color (decimal): -16465150 or 180996. OLE color: 180996.

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

Color convert

RGB41952-
CMYK0.9800.990.24
HSL119.38º97.97%38.63%-
HSV(B)119.38º98.97%76.47%-
XYZ19.5839.066.57-
YUV115.8963.7248.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 195 (76.56% from 255) = 97.01%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=1.99%
G=97.01%
B=1.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal419520.9800.990.24119.3897.9738.63
Hex4C326206318776227
Octal4303214201433016714247
Binary10011000011101100010011000111100011101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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