Html Css Color HEX #0F240C Myrtle

📋 copy color: '#0F240C'

red 15 ◦ green 36 ◦ blue 12

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

Shades of Myrtle #0F240C

Tints of Myrtle #0F240C

RGB

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

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

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

R = 23.81%
G = 57.14%
B = 19.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#0F240C (or 0x0F240C) is known color: Myrtle. HEX triplet: 0F, 24 and 0C. RGB value is (15,36,12). Sum of RGB (Red+Green+Blue) = 15+36+12=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #0F240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F240C is #F0DBF3. Grayscale: #1B1B1B. Windows color (decimal): -15784948 or 795663. OLE color: 795663.

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

Color convert

RGB 15 36 12 -
CMYK 0.58 0 0.67 0.86
HSL 112.5º 0.5% 0.09% -
HSV(B) 112.5º 0.67% 0.14% -
XYZ 0.89 1.39 0.57 -
YUV 26.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 15 36 12 0.58 0 0.67 0.86 112.5 0.5 0.09
Hex F 24 C 3A 0 43 56 70 32 9
Octal 17 44 14 72 0 103 126 160 62 11
Binary 1111 100100 1100 111010 0 1000011 1010110 1110000 110010 1001

Color Harmonies of #0F240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F240C

Black with #0F240C

Text Example


Text Example

White with #0F240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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