Html Css Color HEX #02B314 Islamic Green

📋 copy color: '#02B314'

red 2 ◦ green 179 ◦ blue 20

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

Shades of Islamic Green #02B314

Tints of Islamic Green #02B314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 1%
G = 89.05%
B = 9.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#02B314 (or 0x02B314) is known color: Islamic Green. HEX triplet: 02, B3 and 14. RGB value is (2,179,20). Sum of RGB (Red+Green+Blue) = 2+179+20=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 179 (70.31% from 255 or 89.05% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 179 - color contains mainly: green. Hex color #02B314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B314 is #FD4CEB. Grayscale: #6C6C6C. Windows color (decimal): -16600300 or 1356546. OLE color: 1356546.

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

Color convert

RGB 2 179 20 -
CMYK 0.99 0 0.89 0.30
HSL 126.1º 0.98% 0.35% -
HSV(B) 126.1º 0.99% 0.7% -
XYZ 16.27 32.3 6.04 -
YUV 107.95 78.36 52.43 -
System Red Green Blue C M Y K H S L
Decimal 2 179 20 0.99 0 0.89 0.30 126.1 0.98 0.35
Hex 2 B3 14 63 0 59 1E 7E 62 23
Octal 2 263 24 143 0 131 36 176 142 43
Binary 10 10110011 10100 1100011 0 1011001 11110 1111110 1100010 100011

Color Harmonies of #02B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B314

Black with #02B314

Text Example


Text Example

White with #02B314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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