Html Css Color HEX #03B304 Islamic Green

📋 copy color: '#03B304'

red 3 ◦ green 179 ◦ blue 4

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

Shades of Islamic Green #03B304

Tints of Islamic Green #03B304

RGB

 RED value IS 3 (1.56% from 255) = 1.61%

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

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

R = 1.61%
G = 96.24%
B = 2.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#03B304 (or 0x03B304) is known color: Islamic Green. HEX triplet: 03, B3 and 04. RGB value is (3,179,4). Sum of RGB (Red+Green+Blue) = 3+179+4=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 179 (70.31% from 255 or 96.24% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 179 - color contains mainly: green. Hex color #03B304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B304 is #FC4CFB. Grayscale: #6A6A6A. Windows color (decimal): -16534780 or 307971. OLE color: 307971.

HSL color Cylindrical-coordinate representation of color #03B304: hue angle of 120.34º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B304 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 179 4 -
CMYK 0.98 0 0.98 0.30
HSL 120.34º 0.97% 0.36% -
HSV(B) 120.34º 0.98% 0.7% -
XYZ 16.18 32.27 5.49 -
YUV 106.43 70.19 54.23 -
System Red Green Blue C M Y K H S L
Decimal 3 179 4 0.98 0 0.98 0.30 120.34 0.97 0.36
Hex 3 B3 4 62 0 62 1E 78 61 24
Octal 3 263 4 142 0 142 36 170 141 44
Binary 11 10110011 100 1100010 0 1100010 11110 1111000 1100001 100100

Color Harmonies of #03B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B304

Black with #03B304

Text Example


Text Example

White with #03B304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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