Html Css Color HEX #0D2E0F Myrtle

📋 copy color: '#0D2E0F'

red 13 ◦ green 46 ◦ blue 15

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

Shades of Myrtle #0D2E0F

Tints of Myrtle #0D2E0F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 62.16%

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 17.57%
G = 62.16%
B = 20.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#0D2E0F (or 0x0D2E0F) is known color: Myrtle. HEX triplet: 0D, 2E and 0F. RGB value is (13,46,15). Sum of RGB (Red+Green+Blue) = 13+46+15=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E0F is #F2D1F0. Grayscale: #202020. Windows color (decimal): -15913457 or 994829. OLE color: 994829.

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

Color convert

RGB 13 46 15 -
CMYK 0.72 0 0.67 0.82
HSL 123.64º 0.56% 0.12% -
HSV(B) 123.64º 0.72% 0.18% -
XYZ 1.23 2.07 0.79 -
YUV 32.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 13 46 15 0.72 0 0.67 0.82 123.64 0.56 0.12
Hex D 2E F 48 0 43 52 7C 38 C
Octal 15 56 17 110 0 103 122 174 70 14
Binary 1101 101110 1111 1001000 0 1000011 1010010 1111100 111000 1100

Color Harmonies of #0D2E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E0F

Black with #0D2E0F

Text Example


Text Example

White with #0D2E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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