Html Css Color HEX #0F5E41 Jewel

📋 copy color: '#0F5E41'

red 15 ◦ green 94 ◦ blue 65

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

Shades of Jewel #0F5E41

Tints of Jewel #0F5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.02%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 8.62%
G = 54.02%
B = 37.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#0F5E41 (or 0x0F5E41) is known color: Jewel. HEX triplet: 0F, 5E and 41. RGB value is (15,94,65). Sum of RGB (Red+Green+Blue) = 15+94+65=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #0F5E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5E41 is #F0A1BE. Grayscale: #434343. Windows color (decimal): -15770047 or 4283919. OLE color: 4283919.

HSL color Cylindrical-coordinate representation of color #0F5E41: hue angle of 157.97º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5E41 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 94 65 -
CMYK 0.84 0 0.31 0.63
HSL 157.97º 0.72% 0.21% -
HSV(B) 157.97º 0.84% 0.37% -
XYZ 5.15 8.49 6.37 -
YUV 67.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 15 94 65 0.84 0 0.31 0.63 157.97 0.72 0.21
Hex F 5E 41 54 0 1F 3F 9E 48 15
Octal 17 136 101 124 0 37 77 236 110 25
Binary 1111 1011110 1000001 1010100 0 11111 111111 10011110 1001000 10101

Color Harmonies of #0F5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5E41

Black with #0F5E41

Text Example


Text Example

White with #0F5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,94,65); }

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

background-color css

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

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

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

border-color css

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

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

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