Html Css Color HEX #0F270A Myrtle

📋 copy color: '#0F270A'

red 15 ◦ green 39 ◦ blue 10

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

Shades of Myrtle #0F270A

Tints of Myrtle #0F270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 23.44%
G = 60.94%
B = 15.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#0F270A (or 0x0F270A) is known color: Myrtle. HEX triplet: 0F, 27 and 0A. RGB value is (15,39,10). Sum of RGB (Red+Green+Blue) = 15+39+10=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0F270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F270A is #F0D8F5. Grayscale: #1C1C1C. Windows color (decimal): -15784182 or 665359. OLE color: 665359.

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

Color convert

RGB 15 39 10 -
CMYK 0.62 0 0.74 0.85
HSL 109.66º 0.59% 0.1% -
HSV(B) 109.66º 0.74% 0.15% -
XYZ 0.98 1.57 0.54 -
YUV 28.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 15 39 10 0.62 0 0.74 0.85 109.66 0.59 0.1
Hex F 27 A 3E 0 4A 55 6E 3B A
Octal 17 47 12 76 0 112 125 156 73 12
Binary 1111 100111 1010 111110 0 1001010 1010101 1101110 111011 1010

Color Harmonies of #0F270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F270A

Black with #0F270A

Text Example


Text Example

White with #0F270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,10); }

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

background-color css

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

 a { background-color: rgb(15,39,10); }

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

border-color css

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

 span { border-color: rgb(15,39,10); }

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