#0D9268

Color #0D9268 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #0D9268

Tints of Elf Green #0D9268

Color information

#0D9268 (or 0x0D9268) is unknown color: approx Elf Green. HEX triplet: 0D, 92 and 68. RGB value is (13,146,104). Sum of RGB (Red+Green+Blue) = 13+146+104=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9268 is #F26D97. Grayscale: #656565. Windows color (decimal): -15887768 or 6853133. OLE color: 6853133.

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

Color convert

RGB13146104-
CMYK0.9100.290.43
HSL161.05º83.65%31.18%-
HSV(B)161.05º91.1%57.25%-
XYZ12.9421.6416.59-
YUV101.44129.4464.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.94%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=4.94%
G=55.51%
B=39.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131461040.9100.290.43161.0583.6531.18
HexD92685B01D2Ba1541f
Octal152221501330355324112437
Binary1101100100101101000101101101110110101110100001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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