Html Css Color HEX #02B304 Islamic Green

📋 copy color: '#02B304'

red 2 ◦ green 179 ◦ blue 4

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

Shades of Islamic Green #02B304

Tints of Islamic Green #02B304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 1.08%
G = 96.76%
B = 2.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#02B304 (or 0x02B304) is known color: Islamic Green. HEX triplet: 02, B3 and 04. RGB value is (2,179,4). Sum of RGB (Red+Green+Blue) = 2+179+4=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 179 (70.31% from 255 or 96.76% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 179 - color contains mainly: green. Hex color #02B304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B304 is #FD4CFB. Grayscale: #6A6A6A. Windows color (decimal): -16600316 or 307970. OLE color: 307970.

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

Color convert

RGB 2 179 4 -
CMYK 0.99 0 0.98 0.30
HSL 120.68º 0.98% 0.35% -
HSV(B) 120.68º 0.99% 0.7% -
XYZ 16.17 32.26 5.49 -
YUV 106.13 70.36 53.73 -
System Red Green Blue C M Y K H S L
Decimal 2 179 4 0.99 0 0.98 0.30 120.68 0.98 0.35
Hex 2 B3 4 63 0 62 1E 79 62 23
Octal 2 263 4 143 0 142 36 171 142 43
Binary 10 10110011 100 1100011 0 1100010 11110 1111001 1100010 100011

Color Harmonies of #02B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B304

Black with #02B304

Text Example


Text Example

White with #02B304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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