#0F2320

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

Shades of Racing Green #0F2320

Tints of Racing Green #0F2320

Color information

#0F2320 (or 0x0F2320) is unknown color: approx Racing Green. HEX triplet: 0F, 23 and 20. RGB value is (15,35,32). Sum of RGB (Red+Green+Blue) = 15+35+32=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2320 is #F0DCDF. Grayscale: #1C1C1C. Windows color (decimal): -15785184 or 2106127. OLE color: 2106127.

HSL color Cylindrical-coordinate representation of color #0F2320: hue angle of 171º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2320 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB153532-
CMYK0.5700.090.86
HSL171º40%9.8%-
HSV(B)171º57.14%13.73%-
XYZ1.061.411.58-
YUV28.68129.87118.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=18.29%
G=42.68%
B=39.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535320.5700.090.86171409.8
HexF2320390956ab28a
Octal174340710111262535012
Binary1111100011100000111001010011010110101010111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,35,32); }

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

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

 a { background-color: rgb(15,35,32); }

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

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

 span { border-color: rgb(15,35,32); }

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