Html Css Color HEX #0F4847 Cyprus

📋 copy color: '#0F4847'

red 15 ◦ green 72 ◦ blue 71

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

Shades of Cyprus #0F4847

Tints of Cyprus #0F4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 9.49%
G = 45.57%
B = 44.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#0F4847 (or 0x0F4847) is known color: Cyprus. HEX triplet: 0F, 48 and 47. RGB value is (15,72,71). Sum of RGB (Red+Green+Blue) = 15+72+71=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4847 is #F0B7B8. Grayscale: #363636. Windows color (decimal): -15775673 or 4671503. OLE color: 4671503.

HSL color Cylindrical-coordinate representation of color #0F4847: hue angle of 178.95º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4847 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 72 71 -
CMYK 0.79 0 0.01 0.72
HSL 178.95º 0.66% 0.17% -
HSV(B) 178.95º 0.79% 0.28% -
XYZ 3.65 5.19 6.77 -
YUV 54.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 15 72 71 0.79 0 0.01 0.72 178.95 0.66 0.17
Hex F 48 47 4F 0 1 48 B3 42 11
Octal 17 110 107 117 0 1 110 263 102 21
Binary 1111 1001000 1000111 1001111 0 1 1001000 10110011 1000010 10001

Color Harmonies of #0F4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4847

Black with #0F4847

Text Example


Text Example

White with #0F4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,71); }

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

background-color css

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

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

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

border-color css

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

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

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