Html Css Color HEX #02C308 Islamic Green

📋 copy color: '#02C308'

red 2 ◦ green 195 ◦ blue 8

#02C308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02C308

Tints of Islamic Green #02C308

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.9%

R = 0.98%
G = 95.12%
B = 3.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#02C308 (or 0x02C308) is known color: 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

RGB 2 195 8 -
CMYK 0.99 0 0.96 0.24
HSL 121.87º 0.98% 0.39% -
HSV(B) 121.87º 0.99% 0.76% -
XYZ 19.58 39.06 6.74 -
YUV 115.98 67.06 46.71 -
System Red Green Blue C M Y K H S L
Decimal 2 195 8 0.99 0 0.96 0.24 121.87 0.98 0.39
Hex 2 C3 8 63 0 60 18 7A 62 27
Octal 2 303 10 143 0 140 30 172 142 47
Binary 10 11000011 1000 1100011 0 1100000 11000 1111010 1100010 100111

Color Harmonies of #02C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C308

Black with #02C308

Text Example


Text Example

White with #02C308

Text Example


Text Example

HTML Codes & Css Web 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>