Html Css Color HEX #02B305 Islamic Green

📋 copy color: '#02B305'

red 2 ◦ green 179 ◦ blue 5

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

Shades of Islamic Green #02B305

Tints of Islamic Green #02B305

RGB

 RED value IS 2 (1.17% from 255) = 1.08%

 GREEN value IS 179 (70.31% from 255) = 96.24%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 1.08%
G = 96.24%
B = 2.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#02B305 (or 0x02B305) is known color: Islamic Green. HEX triplet: 02, B3 and 05. RGB value is (2,179,5). Sum of RGB (Red+Green+Blue) = 2+179+5=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 179 (70.31% from 255 or 96.24% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 179 - color contains mainly: green. Hex color #02B305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B305 is #FD4CFA. Grayscale: #6A6A6A. Windows color (decimal): -16600315 or 373506. OLE color: 373506.

HSL color Cylindrical-coordinate representation of color #02B305: hue angle of 121.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B305 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 179 5 -
CMYK 0.99 0 0.97 0.30
HSL 121.02º 0.98% 0.35% -
HSV(B) 121.02º 0.99% 0.7% -
XYZ 16.17 32.26 5.52 -
YUV 106.24 70.86 53.65 -
System Red Green Blue C M Y K H S L
Decimal 2 179 5 0.99 0 0.97 0.30 121.02 0.98 0.35
Hex 2 B3 5 63 0 61 1E 79 62 23
Octal 2 263 5 143 0 141 36 171 142 43
Binary 10 10110011 101 1100011 0 1100001 11110 1111001 1100010 100011

Color Harmonies of #02B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B305

Black with #02B305

Text Example


Text Example

White with #02B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,179,5); }

 H1.HeaderClassName
 {
   color: #02B305;
 }
 .AnyTagClassName
 {
   color: #02B305;
 }
</style>

background-color css

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

 a { background-color: rgb(2,179,5); }

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

border-color css

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

 span { border-color: rgb(2,179,5); }

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