Html Css Color HEX #0D270C Myrtle

📋 copy color: '#0D270C'

red 13 ◦ green 39 ◦ blue 12

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

Shades of Myrtle #0D270C

Tints of Myrtle #0D270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 18.75%

R = 20.31%
G = 60.94%
B = 18.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#0D270C (or 0x0D270C) is known color: Myrtle. HEX triplet: 0D, 27 and 0C. RGB value is (13,39,12). Sum of RGB (Red+Green+Blue) = 13+39+12=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0D270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D270C is #F2D8F3. Grayscale: #1C1C1C. Windows color (decimal): -15915252 or 796429. OLE color: 796429.

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

Color convert

RGB 13 39 12 -
CMYK 0.67 0 0.69 0.85
HSL 117.78º 0.53% 0.1% -
HSV(B) 117.78º 0.69% 0.15% -
XYZ 0.96 1.56 0.6 -
YUV 28.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 13 39 12 0.67 0 0.69 0.85 117.78 0.53 0.1
Hex D 27 C 43 0 45 55 76 35 A
Octal 15 47 14 103 0 105 125 166 65 12
Binary 1101 100111 1100 1000011 0 1000101 1010101 1110110 110101 1010

Color Harmonies of #0D270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D270C

Black with #0D270C

Text Example


Text Example

White with #0D270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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