#0D2E07

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

Shades of Myrtle #0D2E07

Tints of Myrtle #0D2E07

Color information

#0D2E07 (or 0x0D2E07) is unknown color: approx Myrtle. HEX triplet: 0D, 2E and 07. RGB value is (13,46,7). Sum of RGB (Red+Green+Blue) = 13+46+7=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E07 is #F2D1F8. Grayscale: #1F1F1F. Windows color (decimal): -15913465 or 470541. OLE color: 470541.

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

Color convert

RGB13467-
CMYK0.7200.850.82
HSL110.77º73.58%10.39%-
HSV(B)110.77º84.78%18.04%-
XYZ1.182.050.54-
YUV31.69114.07114.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.70%
GREEN value IS 46 (18.36% from 255) = 69.70%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=19.70%
G=69.70%
B=10.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal134670.7200.850.82110.7773.5810.39
HexD2E748055526f4aa
Octal15567110012512215711212
Binary11011011101111001000010101011010010110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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