Html Css Color HEX #0D270E Myrtle

📋 copy color: '#0D270E'

red 13 ◦ green 39 ◦ blue 14

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

Shades of Myrtle #0D270E

Tints of Myrtle #0D270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 59.09%

 BLUE value IS 14 (5.86% from 255) = 21.21%

R = 19.7%
G = 59.09%
B = 21.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#0D270E (or 0x0D270E) is known color: Myrtle. HEX triplet: 0D, 27 and 0E. RGB value is (13,39,14). Sum of RGB (Red+Green+Blue) = 13+39+14=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0D270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D270E is #F2D8F1. Grayscale: #1C1C1C. Windows color (decimal): -15915250 or 927501. OLE color: 927501.

HSL color Cylindrical-coordinate representation of color #0D270E: hue angle of 122.31º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D270E is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 39 14 -
CMYK 0.67 0 0.64 0.85
HSL 122.31º 0.5% 0.1% -
HSV(B) 122.31º 0.67% 0.15% -
XYZ 0.97 1.57 0.67 -
YUV 28.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 13 39 14 0.67 0 0.64 0.85 122.31 0.5 0.1
Hex D 27 E 43 0 40 55 7A 32 A
Octal 15 47 16 103 0 100 125 172 62 12
Binary 1101 100111 1110 1000011 0 1000000 1010101 1111010 110010 1010

Color Harmonies of #0D270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D270E

Black with #0D270E

Text Example


Text Example

White with #0D270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,39,14); }

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

background-color css

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

 a { background-color: rgb(13,39,14); }

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

border-color css

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

 span { border-color: rgb(13,39,14); }

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