Html Css Color HEX #02B30B Islamic Green

📋 copy color: '#02B30B'

red 2 ◦ green 179 ◦ blue 11

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

Shades of Islamic Green #02B30B

Tints of Islamic Green #02B30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 1.04%
G = 93.23%
B = 5.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#02B30B (or 0x02B30B) is known color: Islamic Green. HEX triplet: 02, B3 and 0B. RGB value is (2,179,11). Sum of RGB (Red+Green+Blue) = 2+179+11=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 179 (70.31% from 255 or 93.23% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 179 - color contains mainly: green. Hex color #02B30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B30B is #FD4CF4. Grayscale: #6B6B6B. Windows color (decimal): -16600309 or 766722. OLE color: 766722.

HSL color Cylindrical-coordinate representation of color #02B30B: hue angle of 123.05º 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 #02B30B is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 179 11 -
CMYK 0.99 0 0.94 0.30
HSL 123.05º 0.98% 0.35% -
HSV(B) 123.05º 0.99% 0.7% -
XYZ 16.21 32.28 5.69 -
YUV 106.93 73.86 53.16 -
System Red Green Blue C M Y K H S L
Decimal 2 179 11 0.99 0 0.94 0.30 123.05 0.98 0.35
Hex 2 B3 B 63 0 5E 1E 7B 62 23
Octal 2 263 13 143 0 136 36 173 142 43
Binary 10 10110011 1011 1100011 0 1011110 11110 1111011 1100010 100011

Color Harmonies of #02B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B30B

Black with #02B30B

Text Example


Text Example

White with #02B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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