Html Css Color HEX #0F240F Myrtle

📋 copy color: '#0F240F'

red 15 ◦ green 36 ◦ blue 15

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

Shades of Myrtle #0F240F

Tints of Myrtle #0F240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 22.73%

R = 22.73%
G = 54.55%
B = 22.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#0F240F (or 0x0F240F) is known color: Myrtle. HEX triplet: 0F, 24 and 0F. RGB value is (15,36,15). Sum of RGB (Red+Green+Blue) = 15+36+15=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #0F240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F240F is #F0DBF0. Grayscale: #1B1B1B. Windows color (decimal): -15784945 or 992271. OLE color: 992271.

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

Color convert

RGB 15 36 15 -
CMYK 0.58 0 0.58 0.86
HSL 120º 0.41% 0.1% -
HSV(B) 120º 0.58% 0.14% -
XYZ 0.91 1.4 0.67 -
YUV 27.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 15 36 15 0.58 0 0.58 0.86 120 0.41 0.1
Hex F 24 F 3A 0 3A 56 78 29 A
Octal 17 44 17 72 0 72 126 170 51 12
Binary 1111 100100 1111 111010 0 111010 1010110 1111000 101001 1010

Color Harmonies of #0F240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F240F

Black with #0F240F

Text Example


Text Example

White with #0F240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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