#0D2E08

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

Shades of Myrtle #0D2E08

Tints of Myrtle #0D2E08

Color information

#0D2E08 (or 0x0D2E08) is unknown color: approx Myrtle. HEX triplet: 0D, 2E and 08. RGB value is (13,46,8). Sum of RGB (Red+Green+Blue) = 13+46+8=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 46 (18.36% from 255 or 68.66% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E08 is #F2D1F7. Grayscale: #1F1F1F. Windows color (decimal): -15913464 or 536077. OLE color: 536077.

HSL color Cylindrical-coordinate representation of color #0D2E08: hue angle of 112.11º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D2E08 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB13468-
CMYK0.7200.830.82
HSL112.11º70.37%10.59%-
HSV(B)112.11º82.61%18.04%-
XYZ1.192.060.56-
YUV31.8114.57114.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 46 (18.36% from 255) = 68.66%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=19.40%
G=68.66%
B=11.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal134680.7200.830.82112.1170.3710.59
HexD2E848053527046b
Octal155610110012312216010613
Binary110110111010001001000010100111010010111000010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,8); }

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

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

 a { background-color: rgb(13,46,8); }

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

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

 span { border-color: rgb(13,46,8); }

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