Html Css Color HEX #038D0F Islamic Green

📋 copy color: '#038D0F'

red 3 ◦ green 141 ◦ blue 15

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

Shades of Islamic Green #038D0F

Tints of Islamic Green #038D0F

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 value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#038D0F (or 0x038D0F) is known color: 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

RGB 3 141 15 -
CMYK 0.98 0 0.89 0.45
HSL 125.22º 0.96% 0.28% -
HSV(B) 125.22º 0.98% 0.55% -
XYZ 9.65 19.1 3.63 -
YUV 85.37 88.28 69.25 -
System Red Green Blue C M Y K H S L
Decimal 3 141 15 0.98 0 0.89 0.45 125.22 0.96 0.28
Hex 3 8D F 62 0 59 2D 7D 60 1C
Octal 3 215 17 142 0 131 55 175 140 34
Binary 11 10001101 1111 1100010 0 1011001 101101 1111101 1100000 11100

Color Harmonies of #038D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D0F

Black with #038D0F

Text Example


Text Example

White with #038D0F

Text Example


Text Example

HTML Codes & Css Web 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>