Html Css Color HEX #0F260D Myrtle

📋 copy color: '#0F260D'

red 15 ◦ green 38 ◦ blue 13

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

Shades of Myrtle #0F260D

Tints of Myrtle #0F260D

RGB

 RED value IS 15 (6.25% from 255) = 22.73%

 GREEN value IS 38 (15.23% from 255) = 57.58%

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

R = 22.73%
G = 57.58%
B = 19.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#0F260D (or 0x0F260D) is known color: Myrtle. HEX triplet: 0F, 26 and 0D. RGB value is (15,38,13). Sum of RGB (Red+Green+Blue) = 15+38+13=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #0F260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F260D is #F0D9F2. Grayscale: #1C1C1C. Windows color (decimal): -15784435 or 861711. OLE color: 861711.

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

Color convert

RGB 15 38 13 -
CMYK 0.61 0 0.66 0.85
HSL 115.2º 0.49% 0.1% -
HSV(B) 115.2º 0.66% 0.15% -
XYZ 0.96 1.52 0.62 -
YUV 28.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 15 38 13 0.61 0 0.66 0.85 115.2 0.49 0.1
Hex F 26 D 3D 0 42 55 73 31 A
Octal 17 46 15 75 0 102 125 163 61 12
Binary 1111 100110 1101 111101 0 1000010 1010101 1110011 110001 1010

Color Harmonies of #0F260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F260D

Black with #0F260D

Text Example


Text Example

White with #0F260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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