Html Css Color HEX #0F290C Myrtle

📋 copy color: '#0F290C'

red 15 ◦ green 41 ◦ blue 12

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

Shades of Myrtle #0F290C

Tints of Myrtle #0F290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 60.29%

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

R = 22.06%
G = 60.29%
B = 17.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#0F290C (or 0x0F290C) is known color: Myrtle. HEX triplet: 0F, 29 and 0C. RGB value is (15,41,12). Sum of RGB (Red+Green+Blue) = 15+41+12=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #0F290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F290C is #F0D6F3. Grayscale: #1E1E1E. Windows color (decimal): -15783668 or 796943. OLE color: 796943.

HSL color Cylindrical-coordinate representation of color #0F290C: hue angle of 113.79º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F290C is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 41 12 -
CMYK 0.63 0 0.71 0.84
HSL 113.79º 0.55% 0.1% -
HSV(B) 113.79º 0.71% 0.16% -
XYZ 1.06 1.71 0.62 -
YUV 29.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 15 41 12 0.63 0 0.71 0.84 113.79 0.55 0.1
Hex F 29 C 3F 0 47 54 72 37 A
Octal 17 51 14 77 0 107 124 162 67 12
Binary 1111 101001 1100 111111 0 1000111 1010100 1110010 110111 1010

Color Harmonies of #0F290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F290C

Black with #0F290C

Text Example


Text Example

White with #0F290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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