Html Css Color HEX #0F414F Green Vogue

📋 copy color: '#0F414F'

red 15 ◦ green 65 ◦ blue 79

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

Shades of Green Vogue #0F414F

Tints of Green Vogue #0F414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 9.43%
G = 40.88%
B = 49.69%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F414F (or 0x0F414F) is known color: Green Vogue. HEX triplet: 0F, 41 and 4F. RGB value is (15,65,79). Sum of RGB (Red+Green+Blue) = 15+65+79=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F414F is #F0BEB0. Grayscale: #333333. Windows color (decimal): -15777457 or 5193999. OLE color: 5193999.

HSL color Cylindrical-coordinate representation of color #0F414F: hue angle of 193.12º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F414F is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 65 79 -
CMYK 0.81 0.18 0 0.69
HSL 193.13º 0.68% 0.18% -
HSV(B) 193.13º 0.81% 0.31% -
XYZ 3.5 4.45 8.07 -
YUV 51.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 15 65 79 0.81 0.18 0 0.69 193.13 0.68 0.18
Hex F 41 4F 51 12 0 45 C1 44 12
Octal 17 101 117 121 22 0 105 301 104 22
Binary 1111 1000001 1001111 1010001 10010 0 1000101 11000001 1000100 10010

Color Harmonies of #0F414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F414F

Black with #0F414F

Text Example


Text Example

White with #0F414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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