Html Css Color HEX #02B10C Islamic Green

📋 copy color: '#02B10C'

red 2 ◦ green 177 ◦ blue 12

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

Shades of Islamic Green #02B10C

Tints of Islamic Green #02B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 92.67%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 1.05%
G = 92.67%
B = 6.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#02B10C (or 0x02B10C) is known color: Islamic Green. HEX triplet: 02, B1 and 0C. RGB value is (2,177,12). Sum of RGB (Red+Green+Blue) = 2+177+12=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 177 (69.53% from 255 or 92.67% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 177 - color contains mainly: green. Hex color #02B10C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B10C is #FD4EF3. Grayscale: #6A6A6A. Windows color (decimal): -16600820 or 831746. OLE color: 831746.

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

Color convert

RGB 2 177 12 -
CMYK 0.99 0 0.93 0.31
HSL 123.43º 0.98% 0.35% -
HSV(B) 123.43º 0.99% 0.69% -
XYZ 15.81 31.48 5.59 -
YUV 105.87 75.02 53.92 -
System Red Green Blue C M Y K H S L
Decimal 2 177 12 0.99 0 0.93 0.31 123.43 0.98 0.35
Hex 2 B1 C 63 0 5D 1F 7B 62 23
Octal 2 261 14 143 0 135 37 173 142 43
Binary 10 10110001 1100 1100011 0 1011101 11111 1111011 1100010 100011

Color Harmonies of #02B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B10C

Black with #02B10C

Text Example


Text Example

White with #02B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,177,12); }

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

background-color css

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

 a { background-color: rgb(2,177,12); }

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

border-color css

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

 span { border-color: rgb(2,177,12); }

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