Html Css Color HEX #0F240D Myrtle

📋 copy color: '#0F240D'

red 15 ◦ green 36 ◦ blue 13

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

Shades of Myrtle #0F240D

Tints of Myrtle #0F240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 56.25%

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

R = 23.44%
G = 56.25%
B = 20.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#0F240D (or 0x0F240D) is known color: Myrtle. HEX triplet: 0F, 24 and 0D. RGB value is (15,36,13). Sum of RGB (Red+Green+Blue) = 15+36+13=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #0F240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F240D is #F0DBF2. Grayscale: #1B1B1B. Windows color (decimal): -15784947 or 861199. OLE color: 861199.

HSL color Cylindrical-coordinate representation of color #0F240D: hue angle of 114.78º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F240D is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 13 -
CMYK 0.58 0 0.64 0.86
HSL 114.78º 0.47% 0.1% -
HSV(B) 114.78º 0.64% 0.14% -
XYZ 0.9 1.39 0.6 -
YUV 27.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 15 36 13 0.58 0 0.64 0.86 114.78 0.47 0.1
Hex F 24 D 3A 0 40 56 73 2F A
Octal 17 44 15 72 0 100 126 163 57 12
Binary 1111 100100 1101 111010 0 1000000 1010110 1110011 101111 1010

Color Harmonies of #0F240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F240D

Black with #0F240D

Text Example


Text Example

White with #0F240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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