Html Css Color HEX #02B000 Islamic Green

📋 copy color: '#02B000'

red 2 ◦ green 176 ◦ blue 0

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

Shades of Islamic Green #02B000

Tints of Islamic Green #02B000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 98.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.12%
G = 98.88%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#02B000 (or 0x02B000) is known color: Islamic Green. HEX triplet: 02, B0 and 00. RGB value is (2,176,0). Sum of RGB (Red+Green+Blue) = 2+176+0=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 176 (69.14% from 255 or 98.88% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 176 - color contains mainly: green. Hex color #02B000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B000 is #FD4FFF. Grayscale: #686868. Windows color (decimal): -16601088 or 45058. OLE color: 45058.

HSL color Cylindrical-coordinate representation of color #02B000: hue angle of 119.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02B000 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 176 0 -
CMYK 0.99 0 1 0.31
HSL 119.32º 1% 0.35% -
HSV(B) 119.32º 1% 0.69% -
XYZ 15.55 31.06 5.18 -
YUV 103.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 2 176 0 0.99 0 1 0.31 119.32 1 0.35
Hex 2 B0 0 63 0 64 1F 77 64 23
Octal 2 260 0 143 0 144 37 167 144 43
Binary 10 10110000 0 1100011 0 1100100 11111 1110111 1100100 100011

Color Harmonies of #02B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B000

Black with #02B000

Text Example


Text Example

White with #02B000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,176,0); }

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

background-color css

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

 a { background-color: rgb(2,176,0); }

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

border-color css

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

 span { border-color: rgb(2,176,0); }

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