Html Css Color HEX #03BD04 Islamic Green

📋 copy color: '#03BD04'

red 3 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #03BD04

Tints of Islamic Green #03BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 96.43%

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

R = 1.53%
G = 96.43%
B = 2.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#03BD04 (or 0x03BD04) is known color: Islamic Green. HEX triplet: 03, BD and 04. RGB value is (3,189,4). Sum of RGB (Red+Green+Blue) = 3+189+4=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 189 (74.22% from 255 or 96.43% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BD04 is #FC42FB. Grayscale: #707070. Windows color (decimal): -16532220 or 310531. OLE color: 310531.

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

Color convert

RGB 3 189 4 -
CMYK 0.98 0 0.98 0.26
HSL 120.32º 0.97% 0.38% -
HSV(B) 120.32º 0.98% 0.74% -
XYZ 18.26 36.42 6.18 -
YUV 112.3 66.88 50.04 -
System Red Green Blue C M Y K H S L
Decimal 3 189 4 0.98 0 0.98 0.26 120.32 0.97 0.38
Hex 3 BD 4 62 0 62 1A 78 61 26
Octal 3 275 4 142 0 142 32 170 141 46
Binary 11 10111101 100 1100010 0 1100010 11010 1111000 1100001 100110

Color Harmonies of #03BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD04

Black with #03BD04

Text Example


Text Example

White with #03BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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