Html Css Color HEX #0F3008 Myrtle

📋 copy color: '#0F3008'

red 15 ◦ green 48 ◦ blue 8

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

Shades of Myrtle #0F3008

Tints of Myrtle #0F3008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 21.13%
G = 67.61%
B = 11.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#0F3008 (or 0x0F3008) is known color: Myrtle. HEX triplet: 0F, 30 and 08. RGB value is (15,48,8). Sum of RGB (Red+Green+Blue) = 15+48+8=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3008 is #F0CFF7. Grayscale: #212121. Windows color (decimal): -15781880 or 536591. OLE color: 536591.

HSL color Cylindrical-coordinate representation of color #0F3008: hue angle of 109.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F3008 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 48 8 -
CMYK 0.69 0 0.83 0.81
HSL 109.5º 0.71% 0.11% -
HSV(B) 109.5º 0.83% 0.19% -
XYZ 1.3 2.23 0.59 -
YUV 33.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 15 48 8 0.69 0 0.83 0.81 109.5 0.71 0.11
Hex F 30 8 45 0 53 51 6E 47 B
Octal 17 60 10 105 0 123 121 156 107 13
Binary 1111 110000 1000 1000101 0 1010011 1010001 1101110 1000111 1011

Color Harmonies of #0F3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3008

Black with #0F3008

Text Example


Text Example

White with #0F3008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,8); }

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

background-color css

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

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

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

border-color css

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

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

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