Html Css Color HEX #03BD02 Islamic Green

📋 copy color: '#03BD02'

red 3 ◦ green 189 ◦ blue 2

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

Shades of Islamic Green #03BD02

Tints of Islamic Green #03BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 1.55%
G = 97.42%
B = 1.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#03BD02 (or 0x03BD02) is known color: Islamic Green. HEX triplet: 03, BD and 02. RGB value is (3,189,2). Sum of RGB (Red+Green+Blue) = 3+189+2=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 189 (74.22% from 255 or 97.42% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BD02 is #FC42FD. Grayscale: #707070. Windows color (decimal): -16532222 or 179459. OLE color: 179459.

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

Color convert

RGB 3 189 2 -
CMYK 0.98 0 0.99 0.26
HSL 119.68º 0.98% 0.37% -
HSV(B) 119.68º 0.99% 0.74% -
XYZ 18.25 36.42 6.13 -
YUV 112.07 65.88 50.21 -
System Red Green Blue C M Y K H S L
Decimal 3 189 2 0.98 0 0.99 0.26 119.68 0.98 0.37
Hex 3 BD 2 62 0 63 1A 78 62 25
Octal 3 275 2 142 0 143 32 170 142 45
Binary 11 10111101 10 1100010 0 1100011 11010 1111000 1100010 100101

Color Harmonies of #03BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD02

Black with #03BD02

Text Example


Text Example

White with #03BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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