Html Css Color HEX #03BA04 Islamic Green

📋 copy color: '#03BA04'

red 3 ◦ green 186 ◦ blue 4

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

Shades of Islamic Green #03BA04

Tints of Islamic Green #03BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 96.37%

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

R = 1.55%
G = 96.37%
B = 2.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#03BA04 (or 0x03BA04) is known color: Islamic Green. HEX triplet: 03, BA and 04. RGB value is (3,186,4). Sum of RGB (Red+Green+Blue) = 3+186+4=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 186 (73.05% from 255 or 96.37% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA04 is #FC45FB. Grayscale: #6F6F6F. Windows color (decimal): -16532988 or 309763. OLE color: 309763.

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

Color convert

RGB 3 186 4 -
CMYK 0.98 0 0.98 0.27
HSL 120.33º 0.97% 0.37% -
HSV(B) 120.33º 0.98% 0.73% -
XYZ 17.62 35.15 5.97 -
YUV 110.54 67.87 51.3 -
System Red Green Blue C M Y K H S L
Decimal 3 186 4 0.98 0 0.98 0.27 120.33 0.97 0.37
Hex 3 BA 4 62 0 62 1B 78 61 25
Octal 3 272 4 142 0 142 33 170 141 45
Binary 11 10111010 100 1100010 0 1100010 11011 1111000 1100001 100101

Color Harmonies of #03BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA04

Black with #03BA04

Text Example


Text Example

White with #03BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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