Html Css Color HEX #03BA0D Islamic Green

📋 copy color: '#03BA0D'

red 3 ◦ green 186 ◦ blue 13

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

Shades of Islamic Green #03BA0D

Tints of Islamic Green #03BA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 1.49%
G = 92.08%
B = 6.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#03BA0D (or 0x03BA0D) is known color: Islamic Green. HEX triplet: 03, BA and 0D. RGB value is (3,186,13). Sum of RGB (Red+Green+Blue) = 3+186+13=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 186 (73.05% from 255 or 92.08% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA0D is #FC45F2. Grayscale: #707070. Windows color (decimal): -16532979 or 899587. OLE color: 899587.

HSL color Cylindrical-coordinate representation of color #03BA0D: hue angle of 123.28º 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 #03BA0D is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 13 -
CMYK 0.98 0 0.93 0.27
HSL 123.28º 0.97% 0.37% -
HSV(B) 123.28º 0.98% 0.73% -
XYZ 17.67 35.17 6.24 -
YUV 111.56 72.37 50.57 -
System Red Green Blue C M Y K H S L
Decimal 3 186 13 0.98 0 0.93 0.27 123.28 0.97 0.37
Hex 3 BA D 62 0 5D 1B 7B 61 25
Octal 3 272 15 142 0 135 33 173 141 45
Binary 11 10111010 1101 1100010 0 1011101 11011 1111011 1100001 100101

Color Harmonies of #03BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA0D

Black with #03BA0D

Text Example


Text Example

White with #03BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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