#0F230F

Color #0F230F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0F230F

Tints of Myrtle #0F230F

Color information

#0F230F (or 0x0F230F) is unknown color: approx Myrtle. HEX triplet: 0F, 23 and 0F. RGB value is (15,35,15). Sum of RGB (Red+Green+Blue) = 15+35+15=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #0F230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F230F is #F0DCF0. Grayscale: #1A1A1A. Windows color (decimal): -15785201 or 992015. OLE color: 992015.

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

Color convert

RGB153515-
CMYK0.5700.570.86
HSL120º40%9.8%-
HSV(B)120º57.14%13.73%-
XYZ0.881.340.66-
YUV26.74121.37119.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 35 (14.06% from 255) = 53.85%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=23.08%
G=53.85%
B=23.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535150.5700.570.86120409.8
HexF23F39039567828a
Octal174317710711261705012
Binary111110001111111110010111001101011011110001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F230F;
 }
 .AnyTagClassName
 {
   color: #0F230F;
 }
</style>
background-color css

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

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

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

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

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

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