Html Css Color HEX #0F7270 Pine Green

📋 copy color: '#0F7270'

red 15 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #0F7270

Tints of Pine Green #0F7270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.3%

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 6.22%
G = 47.3%
B = 46.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#0F7270 (or 0x0F7270) is known color: Pine Green. HEX triplet: 0F, 72 and 70. RGB value is (15,114,112). Sum of RGB (Red+Green+Blue) = 15+114+112=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7270 is #F08D8F. Grayscale: #545454. Windows color (decimal): -15764880 or 7369231. OLE color: 7369231.

HSL color Cylindrical-coordinate representation of color #0F7270: hue angle of 178.79º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7270 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 114 112 -
CMYK 0.87 0 0.02 0.55
HSL 178.79º 0.77% 0.25% -
HSV(B) 178.79º 0.87% 0.45% -
XYZ 9.14 13.31 17.42 -
YUV 84.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 15 114 112 0.87 0 0.02 0.55 178.79 0.77 0.25
Hex F 72 70 57 0 2 37 B3 4D 19
Octal 17 162 160 127 0 2 67 263 115 31
Binary 1111 1110010 1110000 1010111 0 10 110111 10110011 1001101 11001

Color Harmonies of #0F7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7270

Black with #0F7270

Text Example


Text Example

White with #0F7270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,114,112); }

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

background-color css

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

 a { background-color: rgb(15,114,112); }

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

border-color css

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

 span { border-color: rgb(15,114,112); }

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