Html Css Color HEX #02B211 Islamic Green

📋 copy color: '#02B211'

red 2 ◦ green 178 ◦ blue 17

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

Shades of Islamic Green #02B211

Tints of Islamic Green #02B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 90.36%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 1.02%
G = 90.36%
B = 8.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#02B211 (or 0x02B211) is known color: Islamic Green. HEX triplet: 02, B2 and 11. RGB value is (2,178,17). Sum of RGB (Red+Green+Blue) = 2+178+17=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 178 (69.92% from 255 or 90.36% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 178 - color contains mainly: green. Hex color #02B211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B211 is #FD4DEE. Grayscale: #6B6B6B. Windows color (decimal): -16600559 or 1159682. OLE color: 1159682.

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

Color convert

RGB 2 178 17 -
CMYK 0.99 0 0.90 0.30
HSL 125.11º 0.98% 0.35% -
HSV(B) 125.11º 0.99% 0.7% -
XYZ 16.05 31.89 5.84 -
YUV 107.02 77.19 53.09 -
System Red Green Blue C M Y K H S L
Decimal 2 178 17 0.99 0 0.90 0.30 125.11 0.98 0.35
Hex 2 B2 11 63 0 5A 1E 7D 62 23
Octal 2 262 21 143 0 132 36 175 142 43
Binary 10 10110010 10001 1100011 0 1011010 11110 1111101 1100010 100011

Color Harmonies of #02B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B211

Black with #02B211

Text Example


Text Example

White with #02B211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,178,17); }

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

background-color css

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

 a { background-color: rgb(2,178,17); }

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

border-color css

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

 span { border-color: rgb(2,178,17); }

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