#0F312A

Color #0F312A Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #0F312A

Tints of Racing Green #0F312A

Color information

#0F312A (or 0x0F312A) is unknown color: approx Racing Green. HEX triplet: 0F, 31 and 2A. RGB value is (15,49,42). Sum of RGB (Red+Green+Blue) = 15+49+42=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #0F312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F312A is #F0CED5. Grayscale: #262626. Windows color (decimal): -15781590 or 2765071. OLE color: 2765071.

HSL color Cylindrical-coordinate representation of color #0F312A: hue angle of 167.65º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F312A is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB154942-
CMYK0.6900.140.81
HSL167.65º53.12%12.55%-
HSV(B)167.65º69.39%19.22%-
XYZ1.712.472.58-
YUV38.04130.24111.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=14.15%
G=46.23%
B=39.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549420.6900.140.81167.6553.1212.55
HexF312A450E51a835d
Octal1761521050161212506515
Binary11111100011010101000101011101010001101010001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,42); }

 H1.HeaderClassName
 {
   color: #0F312A;
 }
 .AnyTagClassName
 {
   color: #0F312A;
 }
</style>
background-color css

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

 a { background-color: rgb(15,49,42); }

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

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

 span { border-color: rgb(15,49,42); }

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