#03BD0F

Color #03BD0F Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #03BD0F

Tints of Islamic Green #03BD0F

Color information

#03BD0F (or 0x03BD0F) is unknown color: approx Islamic Green. HEX triplet: 03, BD and 0F. RGB value is (3,189,15). Sum of RGB (Red+Green+Blue) = 3+189+15=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 189 (74.22% from 255 or 91.30% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BD0F is #FC42F0. Grayscale: #727272. Windows color (decimal): -16532209 or 1031427. OLE color: 1031427.

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

Color convert

RGB318915-
CMYK0.9800.920.26
HSL123.87º96.88%37.65%-
HSV(B)123.87º98.41%74.12%-
XYZ18.3236.456.52-
YUV113.5572.3849.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 189 (74.22% from 255) = 91.30%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=1.45%
G=91.30%
B=7.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3189150.9800.920.26123.8796.8837.65
Hex3BDF6205C1A7c6126
Octal32751714201343217414146
Binary111011110111111100010010111001101011111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BD0F;
 }
 .AnyTagClassName
 {
   color: #03BD0F;
 }
</style>
background-color css

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

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

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

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

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

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