Html Css Color HEX #0F5947 Jewel

📋 copy color: '#0F5947'

red 15 ◦ green 89 ◦ blue 71

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

Shades of Jewel #0F5947

Tints of Jewel #0F5947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

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

R = 8.57%
G = 50.86%
B = 40.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#0F5947 (or 0x0F5947) is known color: Jewel. HEX triplet: 0F, 59 and 47. RGB value is (15,89,71). Sum of RGB (Red+Green+Blue) = 15+89+71=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #0F5947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5947 is #F0A6B8. Grayscale: #404040. Windows color (decimal): -15771321 or 4675855. OLE color: 4675855.

HSL color Cylindrical-coordinate representation of color #0F5947: hue angle of 165.41º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5947 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 89 71 -
CMYK 0.83 0 0.20 0.65
HSL 165.41º 0.71% 0.2% -
HSV(B) 165.41º 0.83% 0.35% -
XYZ 4.91 7.7 7.19 -
YUV 64.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 15 89 71 0.83 0 0.20 0.65 165.41 0.71 0.2
Hex F 59 47 53 0 14 41 A5 47 14
Octal 17 131 107 123 0 24 101 245 107 24
Binary 1111 1011001 1000111 1010011 0 10100 1000001 10100101 1000111 10100

Color Harmonies of #0F5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5947

Black with #0F5947

Text Example


Text Example

White with #0F5947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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