#038F14

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

Shades of Islamic Green #038F14

Tints of Islamic Green #038F14

Color information

#038F14 (or 0x038F14) is unknown color: approx Islamic Green. HEX triplet: 03, 8F and 14. RGB value is (3,143,20). Sum of RGB (Red+Green+Blue) = 3+143+20=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 143 (56.25% from 255 or 86.14% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 143 - color contains mainly: green. Hex color #038F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038F14 is #FC70EB. Grayscale: #575757. Windows color (decimal): -16543980 or 1347331. OLE color: 1347331.

HSL color Cylindrical-coordinate representation of color #038F14: hue angle of 127.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F14 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB314320-
CMYK0.9800.860.44
HSL127.29º95.89%28.63%-
HSV(B)127.29º97.9%56.08%-
XYZ9.9919.713.94-
YUV87.1290.1268-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 143 (56.25% from 255) = 86.14%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=1.81%
G=86.14%
B=12.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3143200.9800.860.44127.2995.8928.63
Hex38F14620562C7f601d
Octal32172414201265417714035
Binary1110001111101001100010010101101011001111111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,143,20); }

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

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

 a { background-color: rgb(3,143,20); }

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

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

 span { border-color: rgb(3,143,20); }

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