#038D1B

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

Shades of Islamic Green #038D1B

Tints of Islamic Green #038D1B

Color information

#038D1B (or 0x038D1B) is unknown color: approx Islamic Green. HEX triplet: 03, 8D and 1B. RGB value is (3,141,27). Sum of RGB (Red+Green+Blue) = 3+141+27=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 141 (55.47% from 255 or 82.46% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 141 - color contains mainly: green. Hex color #038D1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D1B is #FC72E4. Grayscale: #575757. Windows color (decimal): -16544485 or 1805571. OLE color: 1805571.

HSL color Cylindrical-coordinate representation of color #038D1B: hue angle of 130.43º 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 #038D1B is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB314127-
CMYK0.9800.810.45
HSL130.43º95.83%28.24%-
HSV(B)130.43º97.87%55.29%-
XYZ9.7619.154.22-
YUV86.7494.2868.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 141 (55.47% from 255) = 82.46%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=1.75%
G=82.46%
B=15.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3141270.9800.810.45130.4395.8328.24
Hex38D1B620512D82601c
Octal32153314201215520214034
Binary11100011011101111000100101000110110110000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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