Html Css Color HEX #0D9315 Islamic Green

📋 copy color: '#0D9315'

red 13 ◦ green 147 ◦ blue 21

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

Shades of Islamic Green #0D9315

Tints of Islamic Green #0D9315

RGB

 RED value IS 13 (5.47% from 255) = 7.18%

 GREEN value IS 147 (57.81% from 255) = 81.22%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 7.18%
G = 81.22%
B = 11.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#0D9315 (or 0x0D9315) is known color: Islamic Green. HEX triplet: 0D, 93 and 15. RGB value is (13,147,21). Sum of RGB (Red+Green+Blue) = 13+147+21=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 147 (57.81% from 255 or 81.22% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9315 is #F26CEA. Grayscale: #5C5C5C. Windows color (decimal): -15887595 or 1413901. OLE color: 1413901.

HSL color Cylindrical-coordinate representation of color #0D9315: hue angle of 123.58º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9315 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 147 21 -
CMYK 0.91 0 0.86 0.42
HSL 123.58º 0.84% 0.31% -
HSV(B) 123.58º 0.91% 0.58% -
XYZ 10.74 21.01 4.2 -
YUV 92.57 87.61 71.25 -
System Red Green Blue C M Y K H S L
Decimal 13 147 21 0.91 0 0.86 0.42 123.58 0.84 0.31
Hex D 93 15 5B 0 56 2A 7C 54 1F
Octal 15 223 25 133 0 126 52 174 124 37
Binary 1101 10010011 10101 1011011 0 1010110 101010 1111100 1010100 11111

Color Harmonies of #0D9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9315

Black with #0D9315

Text Example


Text Example

White with #0D9315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D9315; }

 p { color: rgb(13,147,21); }

 H1.HeaderClassName
 {
   color: #0D9315;
 }
 .AnyTagClassName
 {
   color: #0D9315;
 }
</style>

background-color css

<style>
 a { background-color: #0D9315; }

 a { background-color: rgb(13,147,21); }

 div.DivClassName
 {
   background-color: #0D9315;
 }
 .BgClassName
 {
   background-color: #0D9315;
 }
</style>

border-color css

<style>
 span { border-color: #0D9315; }

 span { border-color: rgb(13,147,21); }

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