Html Css Color HEX #0D9304 Islamic Green

📋 copy color: '#0D9304'

red 13 ◦ green 147 ◦ blue 4

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

Shades of Islamic Green #0D9304

Tints of Islamic Green #0D9304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 7.93%
G = 89.63%
B = 2.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#0D9304 (or 0x0D9304) is known color: Islamic Green. HEX triplet: 0D, 93 and 04. RGB value is (13,147,4). Sum of RGB (Red+Green+Blue) = 13+147+4=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 147 (57.81% from 255 or 89.63% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9304 is #F26CFB. Grayscale: #5B5B5B. Windows color (decimal): -15887612 or 299789. OLE color: 299789.

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

Color convert

RGB 13 147 4 -
CMYK 0.91 0 0.97 0.42
HSL 116.22º 0.95% 0.3% -
HSV(B) 116.22º 0.97% 0.58% -
XYZ 10.62 20.96 3.6 -
YUV 90.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 13 147 4 0.91 0 0.97 0.42 116.22 0.95 0.3
Hex D 93 4 5B 0 61 2A 74 5F 1E
Octal 15 223 4 133 0 141 52 164 137 36
Binary 1101 10010011 100 1011011 0 1100001 101010 1110100 1011111 11110

Color Harmonies of #0D9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9304

Black with #0D9304

Text Example


Text Example

White with #0D9304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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