#038D0F

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

Shades of Islamic Green #038D0F

Tints of Islamic Green #038D0F

Color information

#038D0F (or 0x038D0F) is unknown color: approx Islamic Green. HEX triplet: 03, 8D and 0F. RGB value is (3,141,15). Sum of RGB (Red+Green+Blue) = 3+141+15=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 141 (55.47% from 255 or 88.68% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 141 - color contains mainly: green. Hex color #038D0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038D0F is #FC72F0. Grayscale: #555555. Windows color (decimal): -16544497 or 1019139. OLE color: 1019139.

HSL color Cylindrical-coordinate representation of color #038D0F: hue angle of 125.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D0F is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB314115-
CMYK0.9800.890.45
HSL125.22º95.83%28.24%-
HSV(B)125.22º97.87%55.29%-
XYZ9.6519.13.63-
YUV85.3788.2869.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 141 (55.47% from 255) = 88.68%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=1.89%
G=88.68%
B=9.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3141150.9800.890.45125.2295.8328.24
Hex38DF620592D7d601c
Octal32151714201315517514034
Binary111000110111111100010010110011011011111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038D0F; }

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

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

<style>
 a { background-color: #038D0F; }

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

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

<style>
 span { border-color: #038D0F; }

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

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