Html Css Color HEX #0F8249 Salem

📋 copy color: '#0F8249'

red 15 ◦ green 130 ◦ blue 73

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

Shades of Salem #0F8249

Tints of Salem #0F8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 6.88%
G = 59.63%
B = 33.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#0F8249 (or 0x0F8249) is known color: Salem. HEX triplet: 0F, 82 and 49. RGB value is (15,130,73). Sum of RGB (Red+Green+Blue) = 15+130+73=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8249 is #F07DB6. Grayscale: #595959. Windows color (decimal): -15760823 or 4817423. OLE color: 4817423.

HSL color Cylindrical-coordinate representation of color #0F8249: hue angle of 150.26º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8249 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 73 -
CMYK 0.88 0 0.44 0.49
HSL 150.26º 0.79% 0.28% -
HSV(B) 150.26º 0.88% 0.51% -
XYZ 9.38 16.55 9 -
YUV 89.12 118.9 75.13 -
System Red Green Blue C M Y K H S L
Decimal 15 130 73 0.88 0 0.44 0.49 150.26 0.79 0.28
Hex F 82 49 58 0 2C 31 96 4F 1C
Octal 17 202 111 130 0 54 61 226 117 34
Binary 1111 10000010 1001001 1011000 0 101100 110001 10010110 1001111 11100

Color Harmonies of #0F8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8249

Black with #0F8249

Text Example


Text Example

White with #0F8249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,73); }

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

background-color css

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

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

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

border-color css

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

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

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