Html Css Color HEX #0F230E Myrtle

📋 copy color: '#0F230E'

red 15 ◦ green 35 ◦ blue 14

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

Shades of Myrtle #0F230E

Tints of Myrtle #0F230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 54.69%

 BLUE value IS 14 (5.86% from 255) = 21.88%

R = 23.44%
G = 54.69%
B = 21.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#0F230E (or 0x0F230E) is known color: Myrtle. HEX triplet: 0F, 23 and 0E. RGB value is (15,35,14). Sum of RGB (Red+Green+Blue) = 15+35+14=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #0F230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F230E is #F0DCF1. Grayscale: #1A1A1A. Windows color (decimal): -15785202 or 926479. OLE color: 926479.

HSL color Cylindrical-coordinate representation of color #0F230E: hue angle of 117.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F230E is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 35 14 -
CMYK 0.57 0 0.60 0.86
HSL 117.14º 0.43% 0.1% -
HSV(B) 117.14º 0.6% 0.14% -
XYZ 0.88 1.34 0.63 -
YUV 26.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 15 35 14 0.57 0 0.60 0.86 117.14 0.43 0.1
Hex F 23 E 39 0 3C 56 75 2B A
Octal 17 43 16 71 0 74 126 165 53 12
Binary 1111 100011 1110 111001 0 111100 1010110 1110101 101011 1010

Color Harmonies of #0F230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F230E

Black with #0F230E

Text Example


Text Example

White with #0F230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,14); }

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

background-color css

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

 a { background-color: rgb(15,35,14); }

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

border-color css

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

 span { border-color: rgb(15,35,14); }

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