Html Css Color HEX #0D9368 Elf Green

📋 copy color: '#0D9368'

red 13 ◦ green 147 ◦ blue 104

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

Shades of Elf Green #0D9368

Tints of Elf Green #0D9368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.39%

R = 4.92%
G = 55.68%
B = 39.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#0D9368 (or 0x0D9368) is known color: Elf Green. HEX triplet: 0D, 93 and 68. RGB value is (13,147,104). Sum of RGB (Red+Green+Blue) = 13+147+104=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9368 is #F26C97. Grayscale: #666666. Windows color (decimal): -15887512 or 6853389. OLE color: 6853389.

HSL color Cylindrical-coordinate representation of color #0D9368: hue angle of 160.75º 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 #0D9368 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 147 104 -
CMYK 0.91 0 0.29 0.42
HSL 160.75º 0.84% 0.31% -
HSV(B) 160.75º 0.91% 0.58% -
XYZ 13.1 21.95 16.64 -
YUV 102.03 129.11 64.5 -
System Red Green Blue C M Y K H S L
Decimal 13 147 104 0.91 0 0.29 0.42 160.75 0.84 0.31
Hex D 93 68 5B 0 1D 2A A1 54 1F
Octal 15 223 150 133 0 35 52 241 124 37
Binary 1101 10010011 1101000 1011011 0 11101 101010 10100001 1010100 11111

Color Harmonies of #0D9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9368

Black with #0D9368

Text Example


Text Example

White with #0D9368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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